diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | dbus/dbus-dict.h | 2 | 
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2003-03-08  Anders Carlsson  <andersca@codefactory.se> + +	* dbus/dbus-dict.h: Add DBUS_END_DECLS. +  2003-03-07  Anders Carlsson  <andersca@codefactory.se>  	* dbus/Makefile.am: diff --git a/dbus/dbus-dict.h b/dbus/dbus-dict.h index 3124b5c8..b3b6eb90 100644 --- a/dbus/dbus-dict.h +++ b/dbus/dbus-dict.h @@ -128,4 +128,6 @@ dbus_bool_t dbus_dict_get_string_array  (DBusDict              *dict,  					 int                   *len); +DBUS_END_DECLS +  #endif /* DBUS_DICT_H */  | 
