From 5c486a24e50ef731b8f970060ab10e928cd0e7cd Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Mon, 3 Jan 2005 17:05:26 +0000 Subject: add a file to hold the validation routines --- dbus/dbus-marshal-basic.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dbus/dbus-marshal-basic.h') diff --git a/dbus/dbus-marshal-basic.h b/dbus/dbus-marshal-basic.h index bf75cbef..72ae2834 100644 --- a/dbus/dbus-marshal-basic.h +++ b/dbus/dbus-marshal-basic.h @@ -22,8 +22,8 @@ * */ -#ifndef DBUS_MARSHAL_H -#define DBUS_MARSHAL_H +#ifndef DBUS_MARSHAL_BASIC_H +#define DBUS_MARSHAL_BASIC_H #include #include @@ -320,4 +320,4 @@ dbus_bool_t _dbus_type_is_fixed (int typecode); -#endif /* DBUS_MARSHAL_H */ +#endif /* DBUS_MARSHAL_BASIC_H */ -- cgit