1 /*=============================================================================
4 Copyright © 2008 Bruno Santos <nayart3@gmail.com>
5 =============================================================================*/
10 ///////////////////////////////////////////////////////////////////////////////
11 #include "sys/types.h"
13 ///////////////////////////////////////////////////////////////////////////////
16 ///////////////////////////////////////////////////////////////////////////////
17 typedef struct passwd
{
26 ///////////////////////////////////////////////////////////////////////////////
27 struct passwd
* getpwuid(uid_t uid
);
28 struct passwd
* getpwnam(const char* name
);
30 ///////////////////////////////////////////////////////////////////////////////
33 // EOF ////////////////////////////////////////////////////////////////////////
34 #endif /* TCRT_PWD__H_ */