Use int' as return type, not
void'.
1999-11-21 Martin Baulig <martin@home-of-linux.org> * include/glibtop/sysdeps.h (glibtop_init_func_t): Use `int' as return type, not `void'. * include/glibtop/proclist.h (GLIBTOP_KERN_PROC_PPID): On a suggestion from Sebastian Fischmeister added a way to return all children of a given process.
This commit is contained in:
committed by
Martin Baulig
parent
81176f8181
commit
3f8ad111b2
@@ -47,6 +47,7 @@ BEGIN_LIBGTOP_DECLS
|
||||
#define GLIBTOP_KERN_PROC_TTY 4
|
||||
#define GLIBTOP_KERN_PROC_UID 5
|
||||
#define GLIBTOP_KERN_PROC_RUID 6
|
||||
#define GLIBTOP_KERN_PROC_PPID 7
|
||||
|
||||
#define GLIBTOP_KERN_PROC_MASK 15
|
||||
|
||||
|
Reference in New Issue
Block a user