summaryrefslogtreecommitdiff
path: root/include/glibtop/open.h
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-06-02 19:42:53 +0000
committerMartin Baulig <martin@src.gnome.org>1998-06-02 19:42:53 +0000
commite71eb0e75b0a3d0a6f0d76526758ba5023b213f4 (patch)
tree3afc2b30c7d5d2a01b9a3182828a65e421a57f7a /include/glibtop/open.h
parentf233a1673fd7f3e25eb81cb0f40d235a8cd5422c (diff)
downloadlibgtop-e71eb0e75b0a3d0a6f0d76526758ba5023b213f4.tar.gz
*** empty log message ***
Diffstat (limited to 'include/glibtop/open.h')
-rw-r--r--include/glibtop/open.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/glibtop/open.h b/include/glibtop/open.h
index 83674a55..629c18e8 100644
--- a/include/glibtop/open.h
+++ b/include/glibtop/open.h
@@ -28,7 +28,9 @@ __BEGIN_DECLS
#define GLIBTOP_OPEN_NO_OVERRIDE 1
-extern void glibtop_open __P((glibtop *, const char *, const unsigned long, const unsigned));
+extern void glibtop_open__l __P((glibtop *, const char *, const unsigned long, const unsigned));
+
+extern void glibtop_open__r __P((glibtop *, const char *, const unsigned long, const unsigned));
__END_DECLS