summaryrefslogtreecommitdiff
path: root/include/glibtop/procmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/glibtop/procmem.h')
-rw-r--r--include/glibtop/procmem.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/glibtop/procmem.h b/include/glibtop/procmem.h
index 9d787966..a2720169 100644
--- a/include/glibtop/procmem.h
+++ b/include/glibtop/procmem.h
@@ -53,20 +53,20 @@ struct _glibtop_proc_mem
* of the process; usually 2,147,483,647 */
};
-#define glibtop_get_proc_mem(p1, p2) glibtop_get_proc_mem__l(glibtop_global_server, p1, p2)
+#define glibtop_get_proc_mem(p1, p2) glibtop_get_proc_mem_l(glibtop_global_server, p1, p2)
#if GLIBTOP_SUID_PROC_MEM
-#define glibtop_get_proc_mem__r glibtop_get_proc_mem__p
+#define glibtop_get_proc_mem_r glibtop_get_proc_mem_p
#else
-#define glibtop_get_proc_mem__r glibtop_get_proc_mem__s
+#define glibtop_get_proc_mem_r glibtop_get_proc_mem_s
#endif
-extern void glibtop_get_proc_mem__l __P((glibtop *, glibtop_proc_mem *, pid_t));
+extern void glibtop_get_proc_mem_l __P((glibtop *, glibtop_proc_mem *, pid_t));
#if GLIBTOP_SUID_PROC_MEM
-extern void glibtop_get_proc_mem__p __P((glibtop *, glibtop_proc_mem *, pid_t));
+extern void glibtop_get_proc_mem_p __P((glibtop *, glibtop_proc_mem *, pid_t));
#else
-extern void glibtop_get_proc_mem__s __P((glibtop *, glibtop_proc_mem *, pid_t));
+extern void glibtop_get_proc_mem_s __P((glibtop *, glibtop_proc_mem *, pid_t));
#endif
#ifdef HAVE_GUILE