big header clean-up
This commit is contained in:
14
proc/pwcache.h
Normal file
14
proc/pwcache.h
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef PROCPS_PROC_PWCACHE_H
|
||||
#define PROCPS_PROC_PWCACHE_H
|
||||
|
||||
#include <sys/types.h>
|
||||
#include "procps.h"
|
||||
|
||||
EXTERN_C_BEGIN
|
||||
|
||||
extern char *user_from_uid(uid_t uid);
|
||||
extern char *group_from_gid(gid_t gid);
|
||||
|
||||
EXTERN_C_END
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user