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.
This commit is contained in:
Benoît Dejean
2006-08-10 20:36:58 +00:00
committed by Benoît Dejean
parent 610c0071cc
commit 383b4c480e
4 changed files with 22 additions and 1 deletions

View File

@@ -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 */