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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/config-parser.h b/bus/config-parser.h
index 75004000..388704db 100644
--- a/bus/config-parser.h
+++ b/bus/config-parser.h
@@ -71,7 +71,7 @@ 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);
+DBusHashTable* bus_config_parser_steal_service_context_table (BusConfigParser *parser);
/* Loader functions (backended off one of the XML parsers). Returns a
* finished ConfigParser.