Files
ocserv/src/plain.h
Nikos Mavrogiannopoulos 0c4b013b3f Added plain password format
2013-03-12 23:40:11 +01:00

7 lines
155 B
C

#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