From 530cc00ae76004ad5897e0c7529436aaa82eff73 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Fri, 20 Apr 2001 20:50:01 +0000 Subject: Use G_BEGIN_DECLS and G_END_DECLS instead of LIBGTOP_BEGIN/END_DECLS. 2001-04-20 Martin Baulig * include/glibtop/*.h: Use G_BEGIN_DECLS and G_END_DECLS instead of LIBGTOP_BEGIN/END_DECLS. --- include/glibtop/sysdeps.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/glibtop/sysdeps.h') diff --git a/include/glibtop/sysdeps.h b/include/glibtop/sysdeps.h index 65d53bd6..d559f1f9 100644 --- a/include/glibtop/sysdeps.h +++ b/include/glibtop/sysdeps.h @@ -28,7 +28,7 @@ #include -BEGIN_LIBGTOP_DECLS +G_BEGIN_DECLS #define GLIBTOP_SYSDEPS_CPU 0 #define GLIBTOP_SYSDEPS_MEM 1 @@ -105,6 +105,6 @@ extern const char *glibtop_descriptions_sysdeps []; #endif -END_LIBGTOP_DECLS +G_END_DECLS #endif -- cgit v1.2.1