00001 /***************************************************************** 00002 | 00003 | BlueTune - HTTP Network Stream 00004 | 00005 | (c) 2002-2006 Gilles Boccon-Gibod 00006 | Author: Gilles Boccon-Gibod (bok@bok.net) 00007 | 00008 ****************************************************************/ 00009 00010 #ifndef _BLT_HTTP_NETWORK_STREAM_H_ 00011 #define _BLT_HTTP_NETWORK_STREAM_H_ 00012 00013 /*---------------------------------------------------------------------- 00014 | includes 00015 +---------------------------------------------------------------------*/ 00016 #include "BltTypes.h" 00017 #include "BltModule.h" 00018 00019 /*---------------------------------------------------------------------- 00020 | functions 00021 +---------------------------------------------------------------------*/ 00022 #if defined(__cplusplus) 00023 extern "C" { 00024 #endif 00025 00026 BLT_Result 00027 BLT_HttpNetworkStream_Create(const char* url, ATX_InputStream** stream); 00028 00029 #if defined(__cplusplus) 00030 } 00031 #endif 00032 00033 #endif /* _BLT_HTTP_NETWORK_STREAM_H_ */