#include "pwf.h"

struct spwd *fgetspent(FILE *f)
{
	return 0;
}

int putspent(const struct spwd *sp, FILE *f)
{
	return -1;
}