contrib/newshound/conf.h
/* [<][>][^][v][top][bottom][index][help] */
DEFINITIONS
This source file includes following functions.
#include <stdio.h>
#include <ctype.h>
#include <netdb.h>
#include <errno.h>
#include <stdlib.h>
#include <signal.h>
#include <string.h>
#include <unistd.h>
#include <limits.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#define VERSION "2.0"
int done;
int debug;
char hf[128], cf[128], bf[128], rf[128], sf[128], wf[128];
/* Configure variables */
char server[128];
char port[6];
int ban;
char banstr[64][16];
char cachedir[128];
char history[32];
char hound[32];
int mins;
int lowmark;
/* Extern functions */
extern void alrmbrk();
extern int atoport();
extern struct in_addr *atoaddr();
extern int make_connection();
extern int sock_write();
extern int sock_gets();
extern int sock_puts();
extern int find();
extern void sortit();
extern void getconf();