#include <stdlib.h>
#include "string.h"

#define XFINDDEST(OUTSIG, SIGNAME, IP, PORT)  xGetDestination(IP, PORT)

void xGetDestination(char *IPAddr, int *Port);
