getspent.c 99 B

1234567891011121314
  1. #include "pwf.h"
  2. void setspent()
  3. {
  4. }
  5. void endspent()
  6. {
  7. }
  8. struct spwd *getspent()
  9. {
  10. return 0;
  11. }