Qsmtp
0.30dev
Main Page
Data Structures
Files
File List
Globals
include
qsmtpd
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
auth_backend_execute
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
string
record of a string
Definition:
sstring.h:15
Generated by
1.8.10