summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1998-06-13 22:53:55 +0000
committerMartin Baulig <martin@src.gnome.org>1998-06-13 22:53:55 +0000
commit6fd3c113ec11a47acf0d7c6bf11c48c418d5760e (patch)
treeb08051cc29a9830ffc3a6c508f5735c7ff4b916c /include
parent9661c4becc48e0f30450a4e6fc2b14ad6a86955a (diff)
downloadlibgtop-6fd3c113ec11a47acf0d7c6bf11c48c418d5760e.tar.gz
List of features for `guile-names.awk'.
1998-06-13 Martin Baulig <martin@home-of-linux.org> * features.def: List of features for `guile-names.awk'. * sysdeps/guile/names/guile-names.awk: New file. Creates `guile-names.c' depending upon `features.def'. * sysdeps/guile/names/*.c: Removed.
Diffstat (limited to 'include')
-rw-r--r--include/glibtop/loadavg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/glibtop/loadavg.h b/include/glibtop/loadavg.h
index 661e9032..cadbb423 100644
--- a/include/glibtop/loadavg.h
+++ b/include/glibtop/loadavg.h
@@ -79,7 +79,7 @@ extern SCM glibtop_guile_descriptions_loadavg __P((void));
/* You need to link with -lgtop_names to get this stuff here. */
extern const char *glibtop_names_loadavg [];
-extern const char *glibtop_types_loadavg [];
+extern unsigned glibtop_types_loadavg [];
extern const char *glibtop_labels_loadavg [];
extern const char *glibtop_descriptions_loadavg [];