diff options
author | Benoît Dejean <benoit@placenet.org> | 2007-04-11 17:52:14 +0000 |
---|---|---|
committer | Benoît Dejean <bdejean@src.gnome.org> | 2007-04-11 17:52:14 +0000 |
commit | aa9fafe5c330373ca456ca7ae0fd156e1a0ac492 (patch) | |
tree | d8aa208fc8bb2a4f971bc89c859ea3af204425e3 /sysdeps/linux/proclist.c | |
parent | e0c1214cdd4358fead2507b2bea52519c7bf33a1 (diff) | |
download | libgtop-aa9fafe5c330373ca456ca7ae0fd156e1a0ac492.tar.gz |
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
Diffstat (limited to 'sysdeps/linux/proclist.c')
-rw-r--r-- | sysdeps/linux/proclist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/linux/proclist.c b/sysdeps/linux/proclist.c index b4c45bba..9955a8ba 100644 --- a/sysdeps/linux/proclist.c +++ b/sysdeps/linux/proclist.c @@ -37,7 +37,7 @@ static const unsigned long _glibtop_sysdeps_proclist = /* Init function. */ void -glibtop_init_proclist_s (glibtop *server) +_glibtop_init_proclist_s (glibtop *server) { server->sysdeps.proclist = _glibtop_sysdeps_proclist; } |