summaryrefslogtreecommitdiff
path: root/telepathy-glib/interfaces.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-10-16 09:11:16 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-10-16 09:11:16 +0000
commita6ef47676e4bae86cffa6f0a3341c311b4c653c4 (patch)
tree7b346b85a0254330f183401ce8ba73820562515f /telepathy-glib/interfaces.h
parent49b9b4e34fbfc755275d74986a5bc11fe91558b4 (diff)
downloadtelepathy-glib-a6ef47676e4bae86cffa6f0a3341c311b4c653c4.tar.gz
Add proper G_BEGIN_DECLS/G_END_DECLS to headers that were missing them
20071016091116-53eee-dfdfe873007ea2645fb70c832299e0096df984af.gz
Diffstat (limited to 'telepathy-glib/interfaces.h')
-rw-r--r--telepathy-glib/interfaces.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/telepathy-glib/interfaces.h b/telepathy-glib/interfaces.h
index 4b56b044f..ceae96d02 100644
--- a/telepathy-glib/interfaces.h
+++ b/telepathy-glib/interfaces.h
@@ -2,6 +2,11 @@
#define __TP_INTERFACES_H__
#include <glib/gquark.h>
+
+G_BEGIN_DECLS
+
#include <telepathy-glib/_gen/telepathy-interfaces.h>
+G_END_DECLS
+
#endif