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:
committed by
Martin Baulig
parent
1da8264984
commit
69fed8d42d
@@ -38,7 +38,7 @@ void free ();
|
||||
#include <glibtop/xmalloc.h>
|
||||
#include <glibtop/mountlist.h>
|
||||
|
||||
static struct mount_entry *read_filesystem_list __P((int, int));
|
||||
static struct mount_entry *read_filesystem_list (int need_fs_type, int all_fs);
|
||||
|
||||
#undef xmalloc
|
||||
#undef xrealloc
|
||||
|
Reference in New Issue
Block a user