From 94790fef4a846ef2bed9bf1825c4c2b0ca7b8566 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Wed, 2 Apr 2003 21:43:29 +0000 Subject: 2003-04-02 Havoc Pennington * dbus/dbus-sysdeps.c (_dbus_file_get_contents): include filenames in error messages (_dbus_string_get_dirname): new (_dbus_sysdeps_test): new (_dbus_directory_open): include dirnames in error messages * bus/config-parser.c: interpret and and relative to config file location if the given filename is not absolute. * dbus/dbus-string.c (_dbus_string_find_byte_backward): new --- bus/config-parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bus/config-parser.h') diff --git a/bus/config-parser.h b/bus/config-parser.h index d06cde08..9b433f04 100644 --- a/bus/config-parser.h +++ b/bus/config-parser.h @@ -34,7 +34,7 @@ typedef struct BusConfigParser BusConfigParser; -BusConfigParser* bus_config_parser_new (void); +BusConfigParser* bus_config_parser_new (const DBusString *basedir); void bus_config_parser_ref (BusConfigParser *parser); void bus_config_parser_unref (BusConfigParser *parser); dbus_bool_t bus_config_parser_check_doctype (BusConfigParser *parser, -- cgit