summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-keyring.c
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-keyring.c
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-keyring.c')
-rw-r--r--dbus/dbus-keyring.c6
1 files changed, 3 insertions, 3 deletions
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 */