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.
16 lines
340 B
C
16 lines
340 B
C
#ifndef H_LIBGTOP_INIT_HOOKS_1122955666
|
|
#define H_LIBGTOP_INIT_HOOKS_1122955666
|
|
|
|
#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 */
|