diff options
author | Benoît Dejean <benoit@placenet.org> | 2006-08-10 20:36:58 +0000 |
---|---|---|
committer | Benoît Dejean <bdejean@src.gnome.org> | 2006-08-10 20:36:58 +0000 |
commit | 383b4c480ef27319410b15bcaa67ccfa4e6362e3 (patch) | |
tree | aa8a73946c9da9ba0736a22aa4a7a6a89a4e76e6 /include/glibtop | |
parent | 610c0071cc139d3b035fcb387301cc24f1dbbb25 (diff) | |
download | libgtop-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/glibtop')
-rw-r--r-- | include/glibtop/init_hooks.h | 4 |
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 */ |