summaryrefslogtreecommitdiff
path: root/util.h
blob: 541fab35cc434029f57cf48027af032aaf8b6883 (plain)
1
2
3
4
/* See COPYING file for copyright, license and warranty details. */
int dial(char *host, char *port);
int get(char *host, char *path, char **buf);
int gettofile(char *host, char *url, char *savepath);