summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-marshal-validate-util.c
Commit message (Collapse)AuthorAgeFilesLines
* 2005-01-27 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-281-1/+1
| | | | | | | | | | | * dbus/dbus-arch-deps.h.in: add 16/32-bit types * configure.in: find the right type for 16 and 32 bit ints as well as 64 * dbus/dbus-protocol.h (DBUS_TYPE_INT16, DBUS_TYPE_UINT16): add the 16-bit types so people don't have to stuff them in 32-bit or byte arrays.
* 2005-01-26 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-01-271-0/+575
* dbus/dbus-marshal-validate-util.c: break this out (and fix build, apparently - nobody noticed?)