CProxy/conf.h

13 lines
220 B
C
Raw Normal View History

#ifndef CONF_H
#define CONF_H
#include "iniparser.h"
#include "cproxy.h"
#include <unistd.h>
char *strncpy_(char *dest, const char *src, size_t n);
void read_conf(char *file, conf *p);
void free_conf(conf *p);
#endif