Home Download Musics Developers
API Sources Tools File Format Technicals

url68.h

Go to the documentation of this file.
00001 
00011 /* Copyright (C) 1998-2003 Benjamin Gerard */
00012 
00013 #ifndef _URL68_H_
00014 #define _URL68_H_
00015 
00016 #ifdef __cplusplus
00017 extern "C" {
00018 #endif
00019 
00020 #include "file68/istream68.h"
00021 
00041 int url68_get_protocol(char * protocol, int size, const char *url);
00042 
00053 int url68_local_protocol(const char * protocol);
00054 
00073 istream_t * url68_stream_create(const char * url, int mode);
00074 
00079 #ifdef __cplusplus
00080 }
00081 #endif
00082 
00083 #endif /* #ifndef _URL68_H_ */