Use G_BEGIN_DECLS and G_END_DECLS instead of LIBGTOP_BEGIN/END_DECLS.

2001-04-20  Martin Baulig  <baulig@suse.de>

	* include/glibtop/*.h: Use G_BEGIN_DECLS and G_END_DECLS
	instead of LIBGTOP_BEGIN/END_DECLS.
This commit is contained in:
Martin Baulig
2001-04-20 20:50:01 +00:00
committed by Martin Baulig
parent a3557112a7
commit 530cc00ae7
49 changed files with 112 additions and 140 deletions

View File

@@ -28,7 +28,7 @@
#include <glibtop.h>
BEGIN_LIBGTOP_DECLS
G_BEGIN_DECLS
void glibtop_error_vr (glibtop_server *server, char *format, va_list args);
void glibtop_warn_vr (glibtop_server *server, char *format, va_list args);
@@ -41,6 +41,6 @@ void glibtop_warn_r (glibtop_server *server, char *format, ...);
void glibtop_error_io_r (glibtop_server *server, char *format, ...);
void glibtop_warn_io_r (glibtop_server *server, char *format, ...);
END_LIBGTOP_DECLS
G_END_DECLS
#endif