now using 'glibtop_init' instead of 'glibtop_init__r'.

* examples/{first.c, second.c}: now using 'glibtop_init'
instead of 'glibtop_init__r'.
This commit is contained in:
Martin Baulig
1998-06-01 15:15:56 +00:00
parent b7be9a7141
commit 080dd0850b
3 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ main (int argc, char *argv [])
bindtextdomain (PACKAGE, GTOPLOCALEDIR);
textdomain (PACKAGE);
glibtop_init__r (&glibtop_global_server);
glibtop_init ();
glibtop_get_sysdeps (&sysdeps);