present for Jim
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
* in the file COPYING
|
||||
*/
|
||||
|
||||
#include "procps.h"
|
||||
|
||||
#define SIGNAL_STRING
|
||||
|
||||
@ -174,6 +175,9 @@ extern void closeproc(PROCTAB* PT);
|
||||
extern proc_t* readproc(PROCTAB* PT, proc_t* return_buf);
|
||||
extern proc_t* ps_readproc(PROCTAB* PT, proc_t* return_buf);
|
||||
|
||||
// warning: interface may change
|
||||
extern int read_cmdline(char *restrict const dst, unsigned sz, unsigned pid);
|
||||
|
||||
extern void look_up_our_self(proc_t *p);
|
||||
|
||||
/* deallocate space allocated by readproc
|
||||
|
Reference in New Issue
Block a user