miniwget.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
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