From aa9fafe5c330373ca456ca7ae0fd156e1a0ac492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Wed, 11 Apr 2007 17:52:14 +0000 Subject: Renamed all glibtop_init_xxx functions to _glibtop_init_xxx so they get MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2007-04-11 BenoƮt Dejean * *: Renamed all glibtop_init_xxx functions to _glibtop_init_xxx so they get internal visibility. * configure.in: Bumped version number. svn path=/trunk/; revision=2569 --- sysdeps/aix/procmem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/aix/procmem.c') diff --git a/sysdeps/aix/procmem.c b/sysdeps/aix/procmem.c index bb569fb7..e2455809 100644 --- a/sysdeps/aix/procmem.c +++ b/sysdeps/aix/procmem.c @@ -38,7 +38,7 @@ static const unsigned long _glibtop_sysdeps_proc_mem = /* Init function. */ void -glibtop_init_proc_mem_s (glibtop *server) +_glibtop_init_proc_mem_s (glibtop *server) { server->sysdeps.proc_mem = _glibtop_sysdeps_proc_mem; } -- cgit v1.2.1