From 1272d38f722df8a415e2bdbeac908b2e461f666b Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Fri, 19 Feb 1999 09:54:18 +0000 Subject: Replace all __BEGIN_DELCS with LIBGTOP_BEGIN_DECLS and all __END_DECLS 1999-02-19 Martin Baulig * Replace all __BEGIN_DELCS with LIBGTOP_BEGIN_DECLS and all __END_DECLS with LIBGTOP_END_DECLS; remove all __P macros and use real function prototypes. --- include/glibtop/procsegment.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/glibtop/procsegment.h') diff --git a/include/glibtop/procsegment.h b/include/glibtop/procsegment.h index 027eeaef..f312c279 100644 --- a/include/glibtop/procsegment.h +++ b/include/glibtop/procsegment.h @@ -25,7 +25,7 @@ #include #include -__BEGIN_DECLS +BEGIN_LIBGTOP_DECLS #define GLIBTOP_PROC_SEGMENT_TEXT_RSS 0 #define GLIBTOP_PROC_SEGMENT_SHLIB_RSS 1 @@ -85,6 +85,6 @@ extern const char *glibtop_descriptions_proc_segment []; #endif -__END_DECLS +END_LIBGTOP_DECLS #endif -- cgit v1.2.1