~ubuntu-branches/ubuntu/trusty/syslog-ng/trusty-proposed

« back to all changes in this revision

Viewing changes to src/tags.h

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2010-03-28 19:47:36 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100328194736-1ob7kh1qr0fy8b9k
Tags: 3.1.0-1
* New upstream release.
* Fix path of syslog logfile (closes: #575722) and use tty10 instead of
  vc/10 to log on console.
* Provide syslog-ng in initscript (closes: #575723).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef TAGS_H_INCLUDED
 
2
#define TAGS_H_INCLUDED
 
3
 
 
4
#include "syslog-ng.h"
 
5
 
 
6
guint log_tags_get_by_name(const gchar *name);
 
7
gchar *log_tags_get_by_id(guint id);
 
8
 
 
9
void log_tags_init(void);
 
10
void log_tags_deinit(void);
 
11
 
 
12
#endif