#ifndef PLAIN_H #define PLAIN_H int plain_auth_user(const char* passwd, const char* user, const char* pass, char *groupname, int groupname_size); #endif