diff options
author | Havoc Pennington <hp@redhat.com> | 2003-04-02 21:43:29 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-04-02 21:43:29 +0000 |
commit | 94790fef4a846ef2bed9bf1825c4c2b0ca7b8566 (patch) | |
tree | 4d10bb9e8c16060113b8470507d635f6502796f5 /dbus/dbus-test.h | |
parent | e55fd2c6706e41f6933e1656ac3da7527ee2514f (diff) |
2003-04-02 Havoc Pennington <hp@redhat.com>
* 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 <include> and <includedir> and
<servicedir> relative to config file location if the given
filename is not absolute.
* dbus/dbus-string.c (_dbus_string_find_byte_backward): new
Diffstat (limited to 'dbus/dbus-test.h')
-rw-r--r-- | dbus/dbus-test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/dbus-test.h b/dbus/dbus-test.h index e4cb52d7..06154487 100644 --- a/dbus/dbus-test.h +++ b/dbus/dbus-test.h @@ -48,6 +48,7 @@ dbus_bool_t _dbus_md5_test (void); dbus_bool_t _dbus_sha_test (const char *test_data_dir); dbus_bool_t _dbus_keyring_test (void); dbus_bool_t _dbus_data_slot_test (void); +dbus_bool_t _dbus_sysdeps_test (void); void dbus_internal_do_not_use_run_tests (const char *test_data_dir); dbus_bool_t dbus_internal_do_not_use_try_message_file (const DBusString *filename, |