15 lines
99 B
C
15 lines
99 B
C
#include "pwf.h"
|
|
|
|
void setspent()
|
|
{
|
|
}
|
|
|
|
void endspent()
|
|
{
|
|
}
|
|
|
|
struct spwd *getspent()
|
|
{
|
|
return 0;
|
|
}
|