summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBenoît Dejean <benoit@placenet.org>2006-08-10 20:36:58 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2006-08-10 20:36:58 +0000
commit383b4c480ef27319410b15bcaa67ccfa4e6362e3 (patch)
treeaa8a73946c9da9ba0736a22aa4a7a6a89a4e76e6 /include
parent610c0071cc139d3b035fcb387301cc24f1dbbb25 (diff)
downloadlibgtop-383b4c480ef27319410b15bcaa67ccfa4e6362e3.tar.gz
Bumped version number.
2006-08-10 Benoît Dejean <benoit@placenet.org> * configure.in: Bumped version number. * glibtop.h: * include/glibtop/init_hooks.h: Added missing G_(BEGIN|END)_DECLS.
Diffstat (limited to 'include')
-rw-r--r--include/glibtop/init_hooks.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/glibtop/init_hooks.h b/include/glibtop/init_hooks.h
index e26be6ec..f2deef92 100644
--- a/include/glibtop/init_hooks.h
+++ b/include/glibtop/init_hooks.h
@@ -3,9 +3,13 @@
#include <glibtop.h>
+G_BEGIN_DECLS
+
typedef void (*glibtop_init_func_t)(glibtop *);
extern const glibtop_init_func_t _glibtop_init_hook_s[];
extern const glibtop_init_func_t _glibtop_init_hook_p[];
+G_END_DECLS
+
#endif /* H_LIBGTOP_INIT_HOOKS_1122955666 */