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/swap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/aix/swap.c') diff --git a/sysdeps/aix/swap.c b/sysdeps/aix/swap.c index bdd64ccc..f226a512 100644 --- a/sysdeps/aix/swap.c +++ b/sysdeps/aix/swap.c @@ -36,7 +36,7 @@ static const unsigned long _glibtop_sysdeps_swap = /* Init function. */ void -glibtop_init_swap_s (glibtop *server) +_glibtop_init_swap_s (glibtop *server) { server->sysdeps.swap = _glibtop_sysdeps_swap; } -- cgit v1.2.1