Added `void *closure' argument to all sysdeps functions.
2001-04-20 Martin Baulig <baulig@suse.de> * include/glibtop/*.h (glibtop_get_*_s, glibtop_get_*_pl): Added `void *closure' argument to all sysdeps functions. * include/glibtop/open.h (glibtop_open_s, glibtop_open_p): Removed the `const char *program_name' argument and added `void *closure'.
This commit is contained in:
committed by
Martin Baulig
parent
bcc4ec968e
commit
f4fc67f85c
@@ -50,7 +50,7 @@ glibtop_mountentry *
|
||||
glibtop_get_mountlist_l (glibtop_client *client, glibtop_array *array, int all_fs);
|
||||
|
||||
glibtop_mountentry *
|
||||
glibtop_get_mountlist_s (glibtop_server *server, glibtop_array *array, int all_fs);
|
||||
glibtop_get_mountlist_s (glibtop_server *server, void *closure, glibtop_array *array, int all_fs);
|
||||
|
||||
#ifdef GLIBTOP_NAMES
|
||||
|
||||
|
Reference in New Issue
Block a user