6a6a253885
Added doc dir. and manual as .pdf restored deleted files - yep I screwed the pooch.
15 lines
151 B
C
15 lines
151 B
C
#include "../config.h"
|
|
|
|
#ifndef HAVE_PUTPWENT
|
|
|
|
#ifndef _PUTPWENT_H
|
|
#define _PUTPWENT_H
|
|
|
|
|
|
int putpwent(const struct passwd *, FILE *);
|
|
|
|
|
|
#endif
|
|
|
|
#endif
|