summaryrefslogtreecommitdiff
path: root/include/glibtop/procsegment.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/procsegment.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/procsegment.h')
-rw-r--r--include/glibtop/procsegment.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/glibtop/procsegment.h b/include/glibtop/procsegment.h
index a64bd520..8b3892ee 100644
--- a/include/glibtop/procsegment.h
+++ b/include/glibtop/procsegment.h
@@ -29,7 +29,7 @@
#include <glibtop.h>
#include <glibtop/global.h>
-BEGIN_LIBGTOP_DECLS
+G_BEGIN_DECLS
#define GLIBTOP_PROC_SEGMENT_TEXT_RSS 0
#define GLIBTOP_PROC_SEGMENT_SHLIB_RSS 1
@@ -104,6 +104,6 @@ extern const char *glibtop_descriptions_proc_segment [];
#endif
-END_LIBGTOP_DECLS
+G_END_DECLS
#endif