Replace all __BEGIN_DELCS with LIBGTOP_BEGIN_DECLS and all __END_DECLS

1999-02-19  Martin Baulig  <martin@home-of-linux.org>

	* 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.
This commit is contained in:
Martin Baulig
1999-02-19 09:54:18 +00:00
committed by Martin Baulig
parent 2b96f77245
commit 1272d38f72
72 changed files with 198 additions and 186 deletions

View File

@@ -26,7 +26,7 @@
#include <fcntl.h>
#include <ctype.h>
__BEGIN_DECLS
BEGIN_LIBGTOP_DECLS
#if _IN_LIBGTOP
@@ -51,6 +51,6 @@ struct _glibtop_machine
char proc_status [BUFSIZ];
};
__END_DECLS
END_LIBGTOP_DECLS
#endif

View File

@@ -25,7 +25,7 @@
#include <fcntl.h>
#include <ctype.h>
__BEGIN_DECLS
BEGIN_LIBGTOP_DECLS
#ifdef _IN_LIBGTOP
@@ -127,6 +127,6 @@ proc_stat_after_cmd (char *p)
#define GLIBTOP_SUID_NETLOAD 0
#define GLIBTOP_SUID_PPP 0
__END_DECLS
END_LIBGTOP_DECLS
#endif