6a6a253885
Added doc dir. and manual as .pdf restored deleted files - yep I screwed the pooch.
8 lines
93 B
C
8 lines
93 B
C
#ifndef _SGETPWENT_H
|
|
#define _SGETPWENT_H
|
|
|
|
struct passwd * sgetpwent(const char *);
|
|
|
|
#endif
|
|
|