summaryrefslogtreecommitdiff
path: root/include/glibtop/procargs.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/procargs.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/procargs.h')
-rw-r--r--include/glibtop/procargs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/glibtop/procargs.h b/include/glibtop/procargs.h
index 9aed0435..59d4da3f 100644
--- a/include/glibtop/procargs.h
+++ b/include/glibtop/procargs.h
@@ -51,7 +51,7 @@ glibtop_get_proc_args (glibtop_proc_args *buf, pid_t pid, unsigned max_len);
# define glibtop_get_proc_args_r glibtop_get_proc_args_p
- void glibtop_init_proc_args_p (glibtop *server);
+ void _glibtop_init_proc_args_p (glibtop *server);
char *
glibtop_get_proc_args_p (glibtop *server, glibtop_proc_args *buf,
@@ -62,7 +62,7 @@ glibtop_get_proc_args (glibtop_proc_args *buf, pid_t pid, unsigned max_len);
# define glibtop_get_proc_args_r glibtop_get_proc_args_s
- void glibtop_init_proc_args_s (glibtop *server);
+ void _glibtop_init_proc_args_s (glibtop *server);
char *
glibtop_get_proc_args_s (glibtop *server, glibtop_proc_args *buf,