Qsmtp
0.30dev
Main Page
Data Structures
Files
File List
Globals
include
qsmtpd
qsauth.h
Go to the documentation of this file.
1
4
#ifndef QSAUTH_H
5
#define QSAUTH_H
6
7
extern
int
smtp_auth
(
void
);
8
extern
char
*
smtp_authstring
(
void
);
9
10
extern
int
auth_permitted(
void
);
11
extern
void
auth_setup(
int
argc,
const
char
**argv);
12
13
extern
const
char
*
auth_check
;
14
extern
const
char
**
auth_sub
;
16
#endif
smtp_auth
int smtp_auth(void)
Definition:
auth.c:381
smtp_authstring
char * smtp_authstring(void)
return a list of all enabled auth types
Definition:
auth.c:420
auth_sub
const char ** auth_sub
Definition:
qsauth_backend_cp.c:18
auth_check
const char * auth_check
Definition:
qsauth_backend_cp.c:17
Generated by
1.8.10