summaryrefslogtreecommitdiffstats
path: root/bus/config-parser.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2008-12-19 18:54:59 -0500
committerColin Walters <walters@verbum.org>2009-01-06 17:38:32 -0500
commit4e4f0de8cc8c3127641013fd833349dab34b676b (patch)
tree3e0d7a903a0411eda4759eb7a7fc49babbd6efd8 /bus/config-parser.h
parenteb1ba381f62ae0defc9b0cfaa3a228f2c6a3d623 (diff)
Various compiler warning fixes
Diffstat (limited to 'bus/config-parser.h')
-rw-r--r--bus/config-parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bus/config-parser.h b/bus/config-parser.h
index fcc5f5dc..b951d1d2 100644
--- a/bus/config-parser.h
+++ b/bus/config-parser.h
@@ -65,6 +65,7 @@ const char* bus_config_parser_get_type (BusConfigParser *parser);
DBusList** bus_config_parser_get_addresses (BusConfigParser *parser);
DBusList** bus_config_parser_get_mechanisms (BusConfigParser *parser);
dbus_bool_t bus_config_parser_get_fork (BusConfigParser *parser);
+dbus_bool_t bus_config_parser_get_allow_anonymous (BusConfigParser *parser);
dbus_bool_t bus_config_parser_get_syslog (BusConfigParser *parser);
const char* bus_config_parser_get_pidfile (BusConfigParser *parser);
const char* bus_config_parser_get_servicehelper (BusConfigParser *parser);