mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 00:37:00 +08:00
7 lines
155 B
C
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
|