diff options
author | Martin Baulig <martin@home-of-linux.org> | 1998-06-13 22:53:55 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 1998-06-13 22:53:55 +0000 |
commit | 6fd3c113ec11a47acf0d7c6bf11c48c418d5760e (patch) | |
tree | b08051cc29a9830ffc3a6c508f5735c7ff4b916c /include | |
parent | 9661c4becc48e0f30450a4e6fc2b14ad6a86955a (diff) | |
download | libgtop-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.h | 2 |
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 []; |