summaryrefslogtreecommitdiff
path: root/include/glibtop/procargs.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/procargs.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/procargs.h')
-rw-r--r--include/glibtop/procargs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/glibtop/procargs.h b/include/glibtop/procargs.h
index 545e4769..aa4de181 100644
--- a/include/glibtop/procargs.h
+++ b/include/glibtop/procargs.h
@@ -32,7 +32,7 @@
#include <glibtop/compat_10.h>
#include <glibtop/array.h>
-BEGIN_LIBGTOP_DECLS
+G_BEGIN_DECLS
#if GLIBTOP_SUID_PROC_ARGS
#define glibtop_get_proc_args_r glibtop_get_proc_args_p
@@ -66,6 +66,6 @@ extern const char *glibtop_descriptions_proc_args [];
#endif
-END_LIBGTOP_DECLS
+G_END_DECLS
#endif