Qsmtp  0.30dev
qsauth_backend.h
Go to the documentation of this file.
1 
4 #ifndef QSAUTH_BACKEND_H
5 #define QSAUTH_BACKEND_H
6 
7 struct string;
8 
9 extern int auth_backend_setup(int argc, const char **argv);
10 
22 extern int auth_backend_execute(const struct string *user, const struct string *pass, const struct string *resp);
23 
24 extern const char *tempnoauth;
25 
26 #endif
int auth_backend_execute(const struct string *user, const struct string *pass, const struct string *resp)
authenticate a user with the given credentials
Definition: qsauth_backend_cp.c:60
record of a string
Definition: sstring.h:15