Use glib-like function prototypes instead of "extern <function>

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

	* include/glibtop/*.h: Use glib-like function prototypes
	instead of "extern <function> __P((args))".
This commit is contained in:
Martin Baulig
1999-02-18 20:39:37 +00:00
committed by Martin Baulig
parent 1da8264984
commit 69fed8d42d
40 changed files with 199 additions and 144 deletions

View File

@@ -31,7 +31,7 @@ __BEGIN_DECLS
#if _IN_LIBGTOP
extern void glibtop_send_version __P((glibtop *, int));
void glibtop_send_version (glibtop *server, int fd);
#endif