File connection.h
Included in:
configuration.c
connection.c
interpreter.h
setup.c
Preprocessor definitions
#define CONNECTION_H
Typedef ConnectionData
typedef struct {...} ConnectionData
struct
{
int fd;
int authOK;
}
Type enum AuthMode
enum AuthMode
enum AuthMode
{
AP_AUTH_NONE;
AP_AUTH_CHANGE;
AP_AUTH_ALL;
}