summaryrefslogtreecommitdiff
path: root/lib/init.c
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-06-02 19:40:53 +0000
committerMartin Baulig <martin@src.gnome.org>1998-06-02 19:40:53 +0000
commitb96843a960dfb8528cff59baa7ee94bc47accb3d (patch)
treea674759dfb995ac0a8f4ae7de5585d145835df0e /lib/init.c
parenteb69a5547f10a32186e80f4e695a8d6e6c21156c (diff)
downloadlibgtop-b96843a960dfb8528cff59baa7ee94bc47accb3d.tar.gz
renamed to `glibtop_open__l'.
* lib/open.c (glibtop_open): renamed to `glibtop_open__l'.
Diffstat (limited to 'lib/init.c')
-rw-r--r--lib/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/init.c b/lib/init.c
index a3cb49ef..1fbc9952 100644
--- a/lib/init.c
+++ b/lib/init.c
@@ -34,8 +34,8 @@ glibtop_init__r (glibtop **server, const unsigned long features,
if (glibtop_global_server == NULL) {
glibtop_global_server = &_glibtop_global_server;
- glibtop_open (glibtop_global_server, "glibtop",
- features, flags);
+ glibtop_open__l (glibtop_global_server, "glibtop",
+ features, flags);
}
return *server = glibtop_global_server;