@ -1,5 +1,5 @@
#ifndef _COMMON_H_
#ifndef COMMON_H_
#define _COMMON_H_
#define COMMON_H_
#define VERSION "1.0.0-beta"
#ifndef _LOAD_H_
#ifndef LOAD_H_
#define _LOAD_H_
#define LOAD_H_
typedef struct {
int is_udp_proxy;
#ifndef _SIP003_H_
#ifndef SIP003_H_
#define _SIP003_H_
#define SIP003_H_
#include "load.h"
#ifndef _DNS_H_
#ifndef DNS_H_
#define _DNS_H_
#define DNS_H_
char* dns_resolve(const char *domain);
#ifndef _LOG_H
#ifndef LOG_H
#define _LOG_H
#define LOG_H
enum {
LOG_DEBUG,
#ifndef _NETWORK_H_
#ifndef NETWORK_H_
#define _NETWORK_H_
#define NETWORK_H_
extern int PROXY_EXIT;
#ifndef _PROCESS_H_
#ifndef PROCESS_H_
#define _PROCESS_H_
#define PROCESS_H_
#include "sip003.h"