summaryrefslogtreecommitdiff
path: root/telepathy-glib/heap.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/heap.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/heap.h')
-rw-r--r--telepathy-glib/heap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/telepathy-glib/heap.h b/telepathy-glib/heap.h
index 37b737d08..bb53569ca 100644
--- a/telepathy-glib/heap.h
+++ b/telepathy-glib/heap.h
@@ -25,6 +25,8 @@
#include <glib.h>
+G_BEGIN_DECLS
+
typedef struct _TpHeap TpHeap;
TpHeap *tp_heap_new (GCompareFunc comparator, GDestroyNotify destructor);
@@ -38,4 +40,6 @@ gpointer tp_heap_extract_first (TpHeap *heap);
guint tp_heap_size (TpHeap *heap);
+G_END_DECLS
+
#endif