added 'dummy' member so 'GLIBTOP_SYSDEPS_<feature>' now start with 1.

* include/glibtop/sysdeps.h: added 'dummy' member so
'GLIBTOP_SYSDEPS_<feature>' now start with 1.

* include/glibtop/*.h: we now #define 'glibtop_get_<feature>'
as 'glibtop_get_<feature>__l' and 'glibtop_get_<feature>__r'
either as the '__p' or the '__s' function.
This commit is contained in:
Martin Baulig
1998-06-01 15:14:50 +00:00
parent 67798e0d7d
commit b7be9a7141
19 changed files with 103 additions and 84 deletions

View File

@@ -26,7 +26,9 @@
__BEGIN_DECLS
extern void glibtop_open __P((glibtop *, const char *));
#define GLIBTOP_OPEN_IMMEDIATE 1
extern void glibtop_open __P((glibtop *, const char *, const unsigned long, const unsigned));
__END_DECLS