From 4fce285052c143296cd9e08a48de0175b5207853 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Tue, 18 Jan 2005 03:03:07 +0000 Subject: 2005-01-17 Havoc Pennington * dbus/dbus-types.h: remove 16-bit types since we don't use them ever * dbus/dbus-marshal-validate.c (_dbus_validate_path): disallow any "invalid name character" not only non-ASCII * doc/dbus-specification.xml: further update spec, message bus parts are still out-of-date but the marshaling etc. stuff is now accurate-ish --- dbus/dbus-types.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'dbus/dbus-types.h') diff --git a/dbus/dbus-types.h b/dbus/dbus-types.h index 0bbc9295..55ddf434 100644 --- a/dbus/dbus-types.h +++ b/dbus/dbus-types.h @@ -29,8 +29,6 @@ #include -typedef unsigned short dbus_uint16_t; -typedef short dbus_int16_t; typedef unsigned int dbus_uint32_t; typedef int dbus_int32_t; typedef dbus_uint32_t dbus_unichar_t; -- cgit