Use `retval' for the default retval.
1999-10-24 Martin Baulig <martin@home-of-linux.org> * features.def: Use `retval' for the default retval. * include/glibtop/command.h (glibtop_command_h): Added `int *retval_ptr' parameter to return the retval from the sysdeps functions.
This commit is contained in:
committed by
Martin Baulig
parent
1dadfb6d15
commit
507f171b63
@@ -93,7 +93,8 @@ struct _glibtop_response
|
||||
|
||||
void *
|
||||
glibtop_call_l (glibtop *server, unsigned command, size_t send_size,
|
||||
const void *send_buf, size_t recv_size, void *recv_buf);
|
||||
const void *send_buf, size_t recv_size, void *recv_buf,
|
||||
int *retval_ptr);
|
||||
|
||||
void *
|
||||
glibtop_call_s (glibtop *server, unsigned command, size_t send_size,
|
||||
|
Reference in New Issue
Block a user