stub sysdep: fix mismatched function vs. prototype

https://bugzilla.gnome.org/show_bug.cgi?id=724196
This commit is contained in:
Ryan Lortie
2014-02-11 13:56:12 -05:00
committed by Robert Roth
parent 057dcf77d6
commit b7e1219e0a

View File

@@ -42,7 +42,7 @@ _glibtop_init_proclist_s (glibtop *server)
* On success, it returnes a pointer to a list of buf->number elements
* each buf->size big. The total size is stored in buf->total. */
unsigned *
pid_t *
glibtop_get_proclist_s (glibtop *server, glibtop_proclist *buf,
gint64 which, gint64 arg)
{