From 1428c65e7c46fd9f52e43b7424c56552ec2686e8 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 23 Nov 2002 06:53:37 +0000 Subject: 2002-11-23 Havoc Pennington * configure.in: pile on more warning flags if using gcc * Doxyfile.in (EXTRACT_STATIC): set to NO, so we don't have to document static functions * configure.in: add summary to end of configure so it looks nice and attractive * dbus/dbus-hash.c: finish implementation and write unit tests and docs * configure.in: add --enable-tests to enable unit tests * dbus/dbus-test.c: test program to run unit tests for all files in dbus/*, initially runs a test for dbus-hash.c * dbus/dbus-internals.h: file to hold some internal utility stuff --- dbus/dbus-types.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dbus/dbus-types.h') diff --git a/dbus/dbus-types.h b/dbus/dbus-types.h index 3f46f6ec..d12b4100 100644 --- a/dbus/dbus-types.h +++ b/dbus/dbus-types.h @@ -29,4 +29,7 @@ typedef unsigned int dbus_bool_t; +typedef unsigned int dbus_uint32_t; +typedef int dbus_int32_t; + #endif /* DBUS_TYPES_H */ -- cgit