#include "defs.h"

void *forwarder(char *ip, int port)
{
  return 0;
}

void forward(void *_fowarder, char *buf, int size)
{
}