From d1120fe35d88319494dd7ebf94605a221340ac06 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sun, 23 Aug 1998 12:15:06 +0000 Subject: [PATCH] *** empty log message *** --- sysdeps/stub/proclist.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysdeps/stub/proclist.c b/sysdeps/stub/proclist.c index 654f0b19..8c09be06 100644 --- a/sysdeps/stub/proclist.c +++ b/sysdeps/stub/proclist.c @@ -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;