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