Merged from `LIBGTOP_0_25_PATCHES'.

This commit is contained in:
Martin Baulig
1998-08-23 12:26:32 +00:00
parent 5a7f1d7621
commit a0b502df75
3 changed files with 7 additions and 2 deletions

View File

@@ -32,7 +32,8 @@
* each buf->size big. The total size is stored in buf->total. */
unsigned *
glibtop_get_proclist_s (glibtop *server, glibtop_proclist *buf)
glibtop_get_proclist_s (glibtop *server, glibtop_proclist *buf,
int64_t which, int64_t arg)
{
memset (buf, 0, sizeof (glibtop_proclist));
return NULL;