summaryrefslogtreecommitdiff
path: root/include/glibtop/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/glibtop/cpu.h')
-rw-r--r--include/glibtop/cpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/glibtop/cpu.h b/include/glibtop/cpu.h
index 88121add..1d673e91 100644
--- a/include/glibtop/cpu.h
+++ b/include/glibtop/cpu.h
@@ -92,10 +92,10 @@ void glibtop_get_cpu(glibtop_cpu *buf);
void glibtop_get_cpu_l (glibtop *server, glibtop_cpu *buf);
#if GLIBTOP_SUID_CPU
-void glibtop_init_cpu_p (glibtop *server);
+void _glibtop_init_cpu_p (glibtop *server);
void glibtop_get_cpu_p (glibtop *server, glibtop_cpu *buf);
#else
-void glibtop_init_cpu_s (glibtop *server);
+void _glibtop_init_cpu_s (glibtop *server);
void glibtop_get_cpu_s (glibtop *server, glibtop_cpu *buf);
#endif