summaryrefslogtreecommitdiff
path: root/include/glibtop/open.h
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>2000-01-12 22:46:29 +0000
committerMartin Baulig <martin@src.gnome.org>2000-01-12 22:46:29 +0000
commit20c306fc6d2d6b2a164b78c3a2652e3c70ec5374 (patch)
tree7895deca7a26629aa5960e94aa1d336d9afe553b /include/glibtop/open.h
parent2a86a5de49b23aabfa61b5dde14934d2d7206afe (diff)
downloadlibgtop-20c306fc6d2d6b2a164b78c3a2652e3c70ec5374.tar.gz
Call `_glibtop_open_sysdeps'.
2000-01-12 Martin Baulig <martin@home-of-linux.org> * lib/init.c (glibtop_init_s): Call `_glibtop_open_sysdeps'. * include/glibtop/open.h (_glibtop_open_sysdeps): Declare this when we are _IN_LIBGTOP. * configure.in (sysdeps_name): Define and AC_SUBST this. (sysdeps_init_file): Define and AC_SUBST this to `sysdeps-init-${sysdeps_name}.c'. * libgtop-sysdeps.m4 (GNOME_LIBGTOP_SYSDEPS): Define and AC_SUBST `libgtop_sysdeps_name'.
Diffstat (limited to 'include/glibtop/open.h')
-rw-r--r--include/glibtop/open.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/glibtop/open.h b/include/glibtop/open.h
index fa947c4c..7f8d5f25 100644
--- a/include/glibtop/open.h
+++ b/include/glibtop/open.h
@@ -68,6 +68,13 @@ void
glibtop_open_s (glibtop *server, const char *program_name,
const unsigned long features, const unsigned flags);
+#ifdef _IN_LIBGTOP
+
+void
+_glibtop_open_sysdeps (glibtop *server, const char *program_name,
+ const unsigned long features, const unsigned flags);
+
+#endif /* _IN_LIBGTOP */
END_LIBGTOP_DECLS