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

« back to all changes in this revision

Viewing changes to src/affile.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: affile.h,v 1.17 2002/02/05 10:33:07 bazsi Exp $
 
22
 * $Id: affile.h,v 1.19 2002/07/18 13:18:01 bazsi Exp $
23
23
 *
24
24
 ***************************************************************************/
25
25
 
63
63
void affile_set_template_escape(struct log_dest_driver *c, int enable);
64
64
void affile_set_remove_if_older(struct log_dest_driver *c, int interval);
65
65
 
66
 
struct log_source_driver *make_affile_source(const char *name, int flags);
 
66
struct log_source_driver *make_affile_source(const char *name, int flags, UINT8 *prefix, UINT32 pad_size);
67
67
struct log_dest_driver *make_affile_dest(const char *name, int flags);
68
68
 
69
69
#endif