summaryrefslogtreecommitdiff
path: root/src/passwd/fgetspent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/passwd/fgetspent.c')
-rw-r--r--src/passwd/fgetspent.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/passwd/fgetspent.c b/src/passwd/fgetspent.c
new file mode 100644
index 00000000..a9a3c970
--- /dev/null
+++ b/src/passwd/fgetspent.c
@@ -0,0 +1,11 @@
+#include "pwf.h"
+
+struct spwd *fgetspent(FILE *f)
+{
+ return 0;
+}
+
+int putspent(const struct spwd *sp, FILE *f)
+{
+ return -1;
+}