summaryrefslogtreecommitdiff
path: root/glibtop.h
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-08-16 20:14:27 +0000
committerMartin Baulig <martin@src.gnome.org>1998-08-16 20:14:27 +0000
commit561becc92ef167760e3c13ad2f8ceac7810d1681 (patch)
tree55dbfc59771d5ea7a707c38ec6e95603df4d838e /glibtop.h
parent1dd5bf256839184e634eac4b913b0868b8a29358 (diff)
downloadlibgtop-561becc92ef167760e3c13ad2f8ceac7810d1681.tar.gz
`make distcheck' cleanups - Hey, it really works, guys !
Diffstat (limited to 'glibtop.h')
-rw-r--r--glibtop.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/glibtop.h b/glibtop.h
index e57d08a1..6a32ae69 100644
--- a/glibtop.h
+++ b/glibtop.h
@@ -71,8 +71,8 @@ extern const unsigned long glibtop_server_features;
#define glibtop_close() glibtop_close_r(glibtop_global_server);
-extern glibtop *glibtop_init_r __P((glibtop **, const unsigned long, const unsigned));
-extern glibtop *glibtop_init_s __P((glibtop **, const unsigned long, const unsigned));
+extern glibtop *glibtop_init_r __P((glibtop **, unsigned long, unsigned));
+extern glibtop *glibtop_init_s __P((glibtop **, unsigned long, unsigned));
#ifdef GLIBTOP_GUILE