summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-marshal.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2004-12-19 00:11:20 +0000
committerHavoc Pennington <hp@redhat.com>2004-12-19 00:11:20 +0000
commitf3228b477df95ba247c90cc54189ce6d62059251 (patch)
tree59fa3a8b8a3a81606d2ac5e7ecf88fafc7adb967 /dbus/dbus-marshal.h
parentb360305cdae87c8cb5d0f8cb167c8626238fc4e8 (diff)
2004-12-18 Havoc Pennington <hp@redhat.com>
* dbus/dbus-string.c (_dbus_string_validate_ascii): use ISASCII macro * dbus/dbus-message.c: fix a comment, and add a still-unused not-implemented function * dbus/dbus-marshal.h: fix comment * dbus/dbus-internals.h (_DBUS_ISASCII): new macro
Diffstat (limited to 'dbus/dbus-marshal.h')
-rw-r--r--dbus/dbus-marshal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-marshal.h b/dbus/dbus-marshal.h
index 0a34920f..dccfc1db 100644
--- a/dbus/dbus-marshal.h
+++ b/dbus/dbus-marshal.h
@@ -345,4 +345,4 @@ dbus_bool_t _dbus_marshal_validate_arg (const DBusString *str,
dbus_bool_t _dbus_type_is_valid (int typecode);
-#endif /* DBUS_PROTOCOL_H */
+#endif /* DBUS_MARSHAL_H */