2002-12-09 12:30:07 +05:30
|
|
|
#ifndef PROCPS_PROC_WCHAN_H
|
|
|
|
#define PROCPS_PROC_WCHAN_H
|
|
|
|
|
|
|
|
#include "procps.h"
|
|
|
|
|
|
|
|
EXTERN_C_BEGIN
|
|
|
|
|
2003-01-23 11:18:27 +05:30
|
|
|
extern const char * wchan(unsigned KLONG address, unsigned pid);
|
2002-12-09 12:30:07 +05:30
|
|
|
extern int open_psdb(const char *restrict override);
|
|
|
|
extern int open_psdb_message(const char *restrict override, void (*message)(const char *, ...));
|
|
|
|
|
|
|
|
EXTERN_C_END
|
|
|
|
|
|
|
|
#endif
|