#include <dnet.h>

#define SUCCESS	0
#define FAILURE -1
#define VERSION "1.0"

struct raja_settings
{
	struct addr spoofed_ip;
};

struct shoveler_settings
{
	struct addr my_ip;
	struct addr real_ip;
	struct addr target_ip;
	struct addr source_ip;
	int proxy;
	int link_offset;
	int verbose; 
        int spleen;
	ip_t *handle;
};

