summaryrefslogtreecommitdiff
path: root/src/passwd/fgetspent.c
blob: a9a3c970ee0f1af28225d2c92b0908a1abd27855 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#include "pwf.h"

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

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