summaryrefslogtreecommitdiff
path: root/include/glibtop/sysinfo.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 /include/glibtop/sysinfo.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 'include/glibtop/sysinfo.h')
-rw-r--r--include/glibtop/sysinfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/glibtop/sysinfo.h b/include/glibtop/sysinfo.h
index e71d10aa..86138c50 100644
--- a/include/glibtop/sysinfo.h
+++ b/include/glibtop/sysinfo.h
@@ -28,7 +28,7 @@
#include <glib.h>
-__BEGIN_DECLS
+BEGIN_LIBGTOP_DECLS
#define GLIBTOP_SYSINFO_CPUINFO 0
@@ -57,6 +57,6 @@ struct _glibtop_sysinfo
glibtop_sysinfo *glibtop_get_sysinfo_s (glibtop *server);
-__END_DECLS
+END_LIBGTOP_DECLS
#endif