summaryrefslogtreecommitdiff
path: root/include/glibtop/init_hooks.h
diff options
context:
space:
mode:
authorBenoît Dejean <benoit@placenet.org>2007-04-11 17:52:14 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2007-04-11 17:52:14 +0000
commitaa9fafe5c330373ca456ca7ae0fd156e1a0ac492 (patch)
treed8aa208fc8bb2a4f971bc89c859ea3af204425e3 /include/glibtop/init_hooks.h
parente0c1214cdd4358fead2507b2bea52519c7bf33a1 (diff)
downloadlibgtop-aa9fafe5c330373ca456ca7ae0fd156e1a0ac492.tar.gz
Renamed all glibtop_init_xxx functions to _glibtop_init_xxx so they get
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
Diffstat (limited to 'include/glibtop/init_hooks.h')
-rw-r--r--include/glibtop/init_hooks.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/glibtop/init_hooks.h b/include/glibtop/init_hooks.h
index f2deef92..35f4d235 100644
--- a/include/glibtop/init_hooks.h
+++ b/include/glibtop/init_hooks.h
@@ -5,10 +5,10 @@
G_BEGIN_DECLS
-typedef void (*glibtop_init_func_t)(glibtop *);
+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[];
+extern const _glibtop_init_func_t _glibtop_init_hook_s[];
+extern const _glibtop_init_func_t _glibtop_init_hook_p[];
G_END_DECLS