Fixed returned type.

2007-05-19  Benoît Dejean  <benoit@placenet.org>

        * default.c:

        Fixed returned type.

svn path=/trunk/; revision=2597
This commit is contained in:
Benoît Dejean
2007-05-19 19:43:31 +00:00
committed by Benoît Dejean
parent a5f59cb81a
commit ee78aaf29c
2 changed files with 7 additions and 1 deletions

View File

@@ -211,7 +211,7 @@ glibtop_get_proc_argv(glibtop_proc_args *buf, pid_t pid, unsigned max_len)
}
unsigned *
pid_t*
glibtop_get_proclist(glibtop_proclist *buf, gint64 which, gint64 arg)
{
return glibtop_get_proclist_l(glibtop_global_server, buf, which, arg);