summaryrefslogtreecommitdiff
path: root/include/glibtop/proctime.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/glibtop/proctime.h')
-rw-r--r--include/glibtop/proctime.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/glibtop/proctime.h b/include/glibtop/proctime.h
index c3a185d6..5f542aea 100644
--- a/include/glibtop/proctime.h
+++ b/include/glibtop/proctime.h
@@ -80,10 +80,10 @@ void glibtop_get_proc_time(glibtop_proc_time *buf, pid_t pid);
void glibtop_get_proc_time_l (glibtop *server, glibtop_proc_time *buf, pid_t pid);
#if GLIBTOP_SUID_PROC_TIME
-void glibtop_init_proc_time_p (glibtop *server);
+void _glibtop_init_proc_time_p (glibtop *server);
void glibtop_get_proc_time_p (glibtop *server, glibtop_proc_time *buf, pid_t pid);
#else
-void glibtop_init_proc_time_s (glibtop *server);
+void _glibtop_init_proc_time_s (glibtop *server);
void glibtop_get_proc_time_s (glibtop *server, glibtop_proc_time *buf, pid_t pid);
#endif