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
|