Vidalia 0.2.12
|
00001 /* $Id: miniwget.h,v 1.5 2007/01/29 20:27:23 nanard Exp $ */ 00002 /* Project : miniupnp 00003 * Author : Thomas Bernard 00004 * Copyright (c) 2005 Thomas Bernard 00005 * This software is subject to the conditions detailed in the 00006 * LICENCE file provided in this distribution. 00007 * */ 00008 #ifndef __MINIWGET_H__ 00009 #define __MINIWGET_H__ 00010 00011 #include "declspec.h" 00012 00013 #ifdef __cplusplus 00014 extern "C" { 00015 #endif 00016 00017 LIBSPEC void * miniwget(const char *, int *); 00018 00019 LIBSPEC void * miniwget_getaddr(const char *, int *, char *, int); 00020 00021 int parseURL(const char *, char *, unsigned short *, char * *); 00022 00023 #ifdef __cplusplus 00024 } 00025 #endif 00026 00027 #endif 00028