Added `instance' argument.

1999-11-28  Martin Baulig  <martin@home-of-linux.org>

	* include/glibtop/interfaces.h (glibtop_get_interface_names):
	Added `instance' argument.
This commit is contained in:
Martin Baulig
1999-11-28 17:53:34 +00:00
committed by Martin Baulig
parent 776b6965fb
commit 53f9d03e30
10 changed files with 56 additions and 20 deletions

View File

@@ -44,7 +44,7 @@ glibtop_init_interface_names_s (glibtop *server)
char *
glibtop_get_interface_names_s (glibtop *server, glibtop_interface_names *buf,
unsigned interface, unsigned number,
unsigned strategy)
unsigned instance, unsigned strategy)
{
glibtop_init_s (&server, GLIBTOP_SYSDEPS_INTERFACE_NAMES, 0);