summaryrefslogtreecommitdiff
path: root/glibtop.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 /glibtop.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 'glibtop.h')
-rw-r--r--glibtop.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/glibtop.h b/glibtop.h
index 4b13da5e..a3a4495e 100644
--- a/glibtop.h
+++ b/glibtop.h
@@ -36,7 +36,7 @@
#include <glibtop/glibtop-client.h>
-BEGIN_LIBGTOP_DECLS
+G_BEGIN_DECLS
typedef struct _glibtop glibtop;
@@ -55,6 +55,6 @@ glibtop_init_s (glibtop_server *server_ptr,
unsigned long features,
unsigned flags);
-END_LIBGTOP_DECLS
+G_END_DECLS
#endif