summaryrefslogtreecommitdiffstats
path: root/glib/dbus-gutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'glib/dbus-gutils.h')
-rw-r--r--glib/dbus-gutils.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/glib/dbus-gutils.h b/glib/dbus-gutils.h
index 000cd3da..84041d04 100644
--- a/glib/dbus-gutils.h
+++ b/glib/dbus-gutils.h
@@ -31,7 +31,9 @@
G_BEGIN_DECLS
-char** _dbus_gutils_split_path (const char *path);
+char **_dbus_gutils_split_path (const char *path);
+const char *_dbus_gutils_type_to_string (int type);
+
G_END_DECLS