summaryrefslogtreecommitdiff
path: root/include/glibtop/uptime.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/glibtop/uptime.h')
-rw-r--r--include/glibtop/uptime.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/glibtop/uptime.h b/include/glibtop/uptime.h
index 0831231b..1b579ed3 100644
--- a/include/glibtop/uptime.h
+++ b/include/glibtop/uptime.h
@@ -54,10 +54,10 @@ void glibtop_get_uptime (glibtop_uptime *buf);
void glibtop_get_uptime_l (glibtop *server, glibtop_uptime *buf);
#if GLIBTOP_SUID_UPTIME
-void glibtop_init_uptime_p (glibtop *server);
+void _glibtop_init_uptime_p (glibtop *server);
void glibtop_get_uptime_p (glibtop *server, glibtop_uptime *buf);
#else
-void glibtop_init_uptime_s (glibtop *server);
+void _glibtop_init_uptime_s (glibtop *server);
void glibtop_get_uptime_s (glibtop *server, glibtop_uptime *buf);
#endif