musl/src/passwd/getspent.c
2011-02-12 00:22:29 -05:00

14 lines
99 B
C

#include "pwf.h"
void setspent()
{
}
void endspent()
{
}
struct spwd *getspent()
{
return 0;
}