summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-test.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-02-19 03:18:55 +0000
committerHavoc Pennington <hp@redhat.com>2003-02-19 03:18:55 +0000
commit78e16e99e753175fa49e787eab256932eefaa03f (patch)
treefd30457eefbfdf537f152202af75eae71bd383b5 /dbus/dbus-test.h
parent9ada6e2cad0d623fb578f349790a0c62297d2394 (diff)
2003-02-18 Havoc Pennington <hp@pobox.com>
* dbus/dbus-string.c (_dbus_string_zero): new function * dbus/dbus-md5.c: include MD5 implementation by L. Peter Deutsch, wrap it in some dbus-friendly API * dbus/dbus-types.h: add 16-bit types
Diffstat (limited to 'dbus/dbus-test.h')
-rw-r--r--dbus/dbus-test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/dbus-test.h b/dbus/dbus-test.h
index 4374ac62..a923ad24 100644
--- a/dbus/dbus-test.h
+++ b/dbus/dbus-test.h
@@ -43,6 +43,7 @@ dbus_bool_t _dbus_string_test (void);
dbus_bool_t _dbus_address_test (void);
dbus_bool_t _dbus_message_test (const char *test_data_dir);
dbus_bool_t _dbus_auth_test (const char *test_data_dir);
+dbus_bool_t _dbus_md5_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,