summaryrefslogtreecommitdiff
path: root/sysdeps/stub/proclist.c
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2014-02-11 13:56:12 -0500
committerRobert Roth <robert.roth.off@gmail.com>2015-01-03 15:12:10 +0200
commitb7e1219e0a3b9db1db9437971de8e34ad59c340c (patch)
tree4284a76f95a31e9edfab183b43e51ae50f2ffede /sysdeps/stub/proclist.c
parent057dcf77d63700b97f5c146cb35b1026f516eaec (diff)
downloadlibgtop-b7e1219e0a3b9db1db9437971de8e34ad59c340c.tar.gz
stub sysdep: fix mismatched function vs. prototype
https://bugzilla.gnome.org/show_bug.cgi?id=724196
Diffstat (limited to 'sysdeps/stub/proclist.c')
-rw-r--r--sysdeps/stub/proclist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/stub/proclist.c b/sysdeps/stub/proclist.c
index 0a5acdf4..e857dc0d 100644
--- a/sysdeps/stub/proclist.c
+++ b/sysdeps/stub/proclist.c
@@ -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)
{