From 6975914fcab0b795aed0a19ed4c277e9f3f628a5 Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 21 Jul 2011 22:53:00 +0100 Subject: Add makefile and util.h to finish previous commit --- util.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 util.h (limited to 'util.h') diff --git a/util.h b/util.h new file mode 100644 index 0000000..541fab3 --- /dev/null +++ b/util.h @@ -0,0 +1,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); -- cgit v1.2.3