tor_multipath_voip/src/url.h

6 lines
106 B
C
Raw Normal View History

2019-02-19 09:38:01 +00:00
#pragma once
#include <stdio.h>
char* url_get_port(char* out, char* in);
int url_get_port_int(char* in);