summaryrefslogtreecommitdiff
path: root/glibtop.h
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1999-02-19 09:54:18 +0000
committerMartin Baulig <martin@src.gnome.org>1999-02-19 09:54:18 +0000
commit1272d38f722df8a415e2bdbeac908b2e461f666b (patch)
tree75820bdd6cdecc41e33055749b5dc3947f349084 /glibtop.h
parent2b96f77245b4b43419b5027a36c4bf6c23c8e1f4 (diff)
downloadlibgtop-1272d38f722df8a415e2bdbeac908b2e461f666b.tar.gz
Replace all __BEGIN_DELCS with LIBGTOP_BEGIN_DECLS and all __END_DECLS
1999-02-19 Martin Baulig <martin@home-of-linux.org> * Replace all __BEGIN_DELCS with LIBGTOP_BEGIN_DECLS and all __END_DECLS with LIBGTOP_END_DECLS; remove all __P macros and use real function prototypes.
Diffstat (limited to 'glibtop.h')
-rw-r--r--glibtop.h15
1 files changed, 11 insertions, 4 deletions
diff --git a/glibtop.h b/glibtop.h
index fa823375..0c8ddb3c 100644
--- a/glibtop.h
+++ b/glibtop.h
@@ -72,14 +72,21 @@ extern const unsigned long glibtop_server_features;
#define glibtop_close() glibtop_close_r(glibtop_global_server);
-extern glibtop *glibtop_init_r __P((glibtop **, unsigned long, unsigned));
-extern glibtop *glibtop_init_s __P((glibtop **, unsigned long, unsigned));
+glibtop *
+glibtop_init_r (glibtop **server_ptr,
+ unsigned long features,
+ unsigned flags);
+
+glibtop *
+glibtop_init_s (glibtop **server_ptr,
+ unsigned long features,
+ unsigned flags);
#ifdef GLIBTOP_GUILE
/* You need to link with -lgtop_guile to get this stuff here. */
-extern void glibtop_boot_guile __P((void));
+void glibtop_boot_guile (void);
#endif
@@ -87,7 +94,7 @@ extern void glibtop_boot_guile __P((void));
/* You need to link with -lgtop_guile_names to get this stuff here. */
-extern void glibtop_boot_guile_names __P((void));
+void glibtop_boot_guile_names (void);
#ifndef GLIBTOP_NAMES
#define GLIBTOP_NAMES