blob: 8574a480e13b1dbac470e79a68f257e5822099f8 [file] [log] [blame]
Rich Felker0b44a032011-02-12 00:22:29 -05001#include "pwf.h"
2
3void setspent()
4{
5}
6
7void endspent()
8{
9}
10
11struct spwd *getspent()
12{
13 return 0;
14}