summaryrefslogtreecommitdiff
path: root/include/glibtop/procargs.h
diff options
context:
space:
mode:
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,