2007-04-11 Benoît Dejean <benoit@placenet.org> * *: Renamed all glibtop_init_xxx functions to _glibtop_init_xxx so they get internal visibility. * configure.in: Bumped version number. svn path=/trunk/; revision=2569
16 lines
343 B
C
16 lines
343 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 */
|