#include "config.h"#include "defines.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include <time.h>#include <pthread.h>#include <sys/stat.h>#include <sys/types.h>#include "cf_pthread.h"#include "hashlib.h"#include "utils.h"#include "configparser.h"#include "readline.h"#include "fo_server.h"#include "serverlib.h"Go to the source code of this file.
Functions | |
| int | flt_cftp_handler (int sockfd, const u_char **tokens, int tnum, rline_t *tsd) |
| int | flt_cftp_register_handlers (int sock) |
Variables | |
| t_conf_opt | flt_cftp_config [] |
| t_handler_config | flt_cftp_handlers [] |
| t_module_config | flt_cftp |
Definition in file flt_cftp.c.
|
|
Initial value: {
flt_cftp_config,
flt_cftp_handlers,
NULL,
NULL,
NULL,
NULL
}
Definition at line 419 of file flt_cftp.c. |
|
|
Initial value: {
{ NULL, NULL, NULL }
}
Definition at line 410 of file flt_cftp.c. |
|
|
Initial value: {
{ INIT_HANDLER, flt_cftp_register_handlers },
{ 0, NULL }
}
Definition at line 414 of file flt_cftp.c. |
1.3.5