udphole

Basic UDP wormhole proxy
git clone git://git.finwo.net/app/udphole
Log | Files | Refs | README | LICENSE

url_utils.h (162B)


      1 #ifndef UDPHOLE_URL_UTILS_H
      2 #define UDPHOLE_URL_UTILS_H
      3 
      4 #include "finwo/url-parser.h"
      5 
      6 int parse_address_url(const char *addr, struct parsed_url **out);
      7 
      8 #endif