summaryrefslogtreecommitdiff
path: root/include/glibtop/sysdeps.h
diff options
context:
space:
mode:
authorMartin Baulig <baulig@suse.de>2001-04-20 20:50:01 +0000
committerMartin Baulig <martin@src.gnome.org>2001-04-20 20:50:01 +0000
commit530cc00ae76004ad5897e0c7529436aaa82eff73 (patch)
treee75d59b1cf6c2f20b50f81b0a66998aa2076d3df /include/glibtop/sysdeps.h
parenta3557112a7acb86671f1681599b31ce5a2d05f8b (diff)
downloadlibgtop-530cc00ae76004ad5897e0c7529436aaa82eff73.tar.gz
Use G_BEGIN_DECLS and G_END_DECLS instead of LIBGTOP_BEGIN/END_DECLS.
2001-04-20 Martin Baulig <baulig@suse.de> * include/glibtop/*.h: Use G_BEGIN_DECLS and G_END_DECLS instead of LIBGTOP_BEGIN/END_DECLS.
Diffstat (limited to 'include/glibtop/sysdeps.h')
-rw-r--r--include/glibtop/sysdeps.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/glibtop/sysdeps.h b/include/glibtop/sysdeps.h
index 65d53bd6..d559f1f9 100644
--- a/include/glibtop/sysdeps.h
+++ b/include/glibtop/sysdeps.h
@@ -28,7 +28,7 @@
#include <glibtop.h>
-BEGIN_LIBGTOP_DECLS
+G_BEGIN_DECLS
#define GLIBTOP_SYSDEPS_CPU 0
#define GLIBTOP_SYSDEPS_MEM 1
@@ -105,6 +105,6 @@ extern const char *glibtop_descriptions_sysdeps [];
#endif
-END_LIBGTOP_DECLS
+G_END_DECLS
#endif