userdb-passwd-file.c revision 73bea10ee843c41dccf43f6b90600ecbf24de8f0
/* Copyright (C) 2002-2003 Timo Sirainen */
#include "common.h"
#ifdef USERDB_PASSWD_FILE
#include "str.h"
#include "userdb.h"
#include "db-passwd-file.h"
{
struct passwd_user *pu;
return;
}
}
static void passwd_file_init(const char *args)
{
userdb_pwf->refcount++;
/* resync */
} else {
}
}
static void passwd_file_deinit(void)
{
}
struct userdb_module userdb_passwd_file = {
"passwd-file",
NULL,
};
#endif