summaryrefslogtreecommitdiffstats
path: root/bus/config-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'bus/config-parser.h')
-rw-r--r--bus/config-parser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bus/config-parser.h b/bus/config-parser.h
index a48eda19..77b92551 100644
--- a/bus/config-parser.h
+++ b/bus/config-parser.h
@@ -29,6 +29,7 @@
#include <dbus/dbus.h>
#include <dbus/dbus-string.h>
#include <dbus/dbus-list.h>
+#include <dbus/dbus-hash.h>
#include "bus.h"
/* Whatever XML library we're using just pushes data into this API */
@@ -70,6 +71,8 @@ BusPolicy* bus_config_parser_steal_policy (BusConfigParser *parser);
void bus_config_parser_get_limits (BusConfigParser *parser,
BusLimits *limits);
+DBusHashTable* bus_config_parser_steal_service_sid_table (BusConfigParser *parser);
+
/* Loader functions (backended off one of the XML parsers). Returns a
* finished ConfigParser.
*/