summaryrefslogtreecommitdiff
path: root/include/glibtop/sysdeps.h
diff options
context:
space:
mode:
authorMartin Baulig <baulig@taurus.uni-trier.de>1998-06-12 00:40:17 +0000
committerMartin Baulig <martin@src.gnome.org>1998-06-12 00:40:17 +0000
commitcf8068049fb964efd61316d2c8af97eee8c4cf98 (patch)
treece2921b59eeac065b175b75c3a086033ad06ab43 /include/glibtop/sysdeps.h
parent5e3d6bdf1870f9c7bc50226b52adf1f26fc85be8 (diff)
downloadlibgtop-cf8068049fb964efd61316d2c8af97eee8c4cf98.tar.gz
Forgot to change declaration on Jun 6.
1998-06-12 Martin Baulig <baulig@taurus.uni-trier.de> * include/glibtop/sysdeps.h (glibtop_types_sysdeps): Forgot to change declaration on Jun 6. * sysdeps/names/sysdeps.c (glibtop_types_sysdeps): Using numeric constants from `types.h' instead of string constants; forgot to change this on Jun 6. Added information about new `features' field of `_glibtop_sysdeps'.
Diffstat (limited to 'include/glibtop/sysdeps.h')
-rw-r--r--include/glibtop/sysdeps.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/glibtop/sysdeps.h b/include/glibtop/sysdeps.h
index e2491008..8436a81c 100644
--- a/include/glibtop/sysdeps.h
+++ b/include/glibtop/sysdeps.h
@@ -27,7 +27,7 @@
__BEGIN_DECLS
-#define GLIBTOP_SYSDEPS_DUMMY 0
+#define GLIBTOP_SYSDEPS_FEATURES 0
#define GLIBTOP_SYSDEPS_CPU 1
#define GLIBTOP_SYSDEPS_MEM 2
#define GLIBTOP_SYSDEPS_SWAP 3
@@ -101,7 +101,7 @@ extern SCM glibtop_guile_descriptions_sysdeps __P((void));
/* You need to link with -lgtop_names to get this stuff here. */
extern const char *glibtop_names_sysdeps [];
-extern const char *glibtop_types_sysdeps [];
+extern const unsigned glibtop_types_sysdeps [];
extern const char *glibtop_labels_sysdeps [];
extern const char *glibtop_descriptions_sysdeps [];