summaryrefslogtreecommitdiff
path: root/include/glibtop/procsegment.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@src.gnome.org>2003-10-20 15:20:16 +0000
committerBastien Nocera <hadess@src.gnome.org>2003-10-20 15:20:16 +0000
commitb67e4c7f7d1a78e3e21b46955097eb33718bf461 (patch)
tree005dc92d623f76ab2c244e152770cd6db1b0a38d /include/glibtop/procsegment.h
parentba36a20cb81c8b3561b99a2412a9fd71b7cd8c12 (diff)
downloadlibgtop-b67e4c7f7d1a78e3e21b46955097eb33718bf461.tar.gz
- fixed compilation
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 e00444be..8e7c254a 100644
--- a/include/glibtop/procsegment.h
+++ b/include/glibtop/procsegment.h
@@ -27,7 +27,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
@@ -87,6 +87,6 @@ extern const char *glibtop_descriptions_proc_segment [];
#endif
-END_LIBGTOP_DECLS
+G_END_DECLS
#endif