~ubuntu-branches/ubuntu/gutsy/syslog-ng/gutsy-security

« back to all changes in this revision

Viewing changes to src/afinter.h

  • Committer: Bazaar Package Importer
  • Author(s): Magosányi Árpád (mag)
  • Date: 2004-03-13 18:35:37 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040313183537-g0fsc2j2y1wbxage
Tags: 1.6.2-3
* changed manpage to better reflect -v. Closes: #228377
* fixed build-depends, hopefully correctly now:( Closes: #237668

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 *
20
20
 * Inspired by nsyslog, originally written by Darren Reed.
21
21
 *
22
 
 * $Id: afinter.h,v 1.3 2001/02/24 12:38:02 bazsi Exp $
 
22
 * $Id: afinter.h,v 1.4 2002/04/26 09:43:54 bazsi Exp $
23
23
 *
24
24
 * Log source for internal messages of syslog-ng
25
25
 *
34
34
 
35
35
struct log_source_driver *make_afinter_source(void);
36
36
 
 
37
void set_internal_cfg(struct syslog_config *cfg);
 
38
 
37
39
#endif