#include "syslog-ng.h"

Go to the source code of this file.
Classes | |
| struct | Application |
Functions | |
| void | application_set_filter (Application *self, const gchar *filter_expr) |
| void | application_set_parser (Application *self, const gchar *parser_expr) |
| Application * | application_new (const gchar *name, const gchar *topic) |
| void | application_free (Application *s) |
| void application_free | ( | Application * | s | ) |
| Application* application_new | ( | const gchar * | name, |
| const gchar * | topic | ||
| ) |
| void application_set_filter | ( | Application * | self, |
| const gchar * | filter_expr | ||
| ) |
| void application_set_parser | ( | Application * | self, |
| const gchar * | parser_expr | ||
| ) |