From 78e16e99e753175fa49e787eab256932eefaa03f Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Wed, 19 Feb 2003 03:18:55 +0000 Subject: 2003-02-18 Havoc Pennington * 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 --- dbus/dbus-keyring.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dbus/dbus-keyring.c') diff --git a/dbus/dbus-keyring.c b/dbus/dbus-keyring.c index 32695bb9..a0e6f739 100644 --- a/dbus/dbus-keyring.c +++ b/dbus/dbus-keyring.c @@ -55,14 +55,14 @@ typedef struct { - dbus_uint32_t id; /**< identifier used to refer to the key */ + dbus_int32_t id; /**< identifier used to refer to the key */ unsigned long creation_time; /**< when the key was generated, * as unix timestamp */ DBusString context; /**< Name of kind of server using this - * key, for example "desktop_session_bus" + * key, for example "login_session_bus" */ DBusString secret; /**< the actual key */ @@ -92,4 +92,4 @@ struct DBusKeyring */ -/** @} */ /* end of public API */ +/** @} */ /* end of exposed API */ -- cgit