Renamed all glibtop_init_xxx functions to _glibtop_init_xxx so they get

2007-04-11  Benoît Dejean  <benoit@placenet.org>

	* *:
	
	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
This commit is contained in:
Benoît Dejean
2007-04-11 17:52:14 +00:00
committed by Benoît Dejean
parent e0c1214cdd
commit aa9fafe5c3
206 changed files with 307 additions and 296 deletions

View File

@@ -90,7 +90,7 @@ static struct nlist nlst2 [] = {
/* Init function. */
void
glibtop_init_swap_p (glibtop *server)
_glibtop_init_swap_p (glibtop *server)
{
#if defined(__FreeBSD__) || defined(__bsdi__) || defined(__FreeBSD_kernel__)
#if __FreeBSD__ < 4 || defined(__bsdi__)