summaryrefslogtreecommitdiff
path: root/include/glibtop/sysinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/glibtop/sysinfo.h')
-rw-r--r--include/glibtop/sysinfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/glibtop/sysinfo.h b/include/glibtop/sysinfo.h
index 4dc53605..591b7e20 100644
--- a/include/glibtop/sysinfo.h
+++ b/include/glibtop/sysinfo.h
@@ -30,7 +30,7 @@
#include <glib.h>
-BEGIN_LIBGTOP_DECLS
+G_BEGIN_DECLS
#define GLIBTOP_SYSINFO_CPUINFO 0
@@ -59,6 +59,6 @@ struct _glibtop_sysinfo
glibtop_sysinfo *glibtop_get_sysinfo_s (glibtop *server);
-END_LIBGTOP_DECLS
+G_END_DECLS
#endif