Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

flt_cftp.c File Reference

#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


Detailed Description

Author:
Christian Kruse, <cjk@wwwtech.de>
Implementation of the Classic Forum Transfer Protocol

Definition in file flt_cftp.c.


Variable Documentation

t_module_config flt_cftp
 

Initial value:

 {
  flt_cftp_config,
  flt_cftp_handlers,
  NULL,
  NULL,
  NULL,
  NULL
}

Definition at line 419 of file flt_cftp.c.

t_conf_opt flt_cftp_config[]
 

Initial value:

 {
  { NULL, NULL, NULL }
}

Definition at line 410 of file flt_cftp.c.

t_handler_config flt_cftp_handlers[]
 

Initial value:

 {
  { INIT_HANDLER,            flt_cftp_register_handlers   },
  { 0, NULL }
}

Definition at line 414 of file flt_cftp.c.


Generated on Sun Apr 25 16:37:39 2004 for Classic Forum by doxygen 1.3.5