diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-06-20 20:15:05 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-06-20 20:15:05 +0000 |
commit | ba798c5e657639a8eaa23236b180a3d83303be2b (patch) | |
tree | 9192509e13a97823a68c4b5696358ff1a2086b62 /src/inputStream.h | |
parent | 6eb6c454be37c54a34fc871e21a9b1cc2ad41b89 (diff) | |
download | mpd-ba798c5e657639a8eaa23236b180a3d83303be2b.tar.gz mpd-ba798c5e657639a8eaa23236b180a3d83303be2b.tar.xz mpd-ba798c5e657639a8eaa23236b180a3d83303be2b.zip |
http proxy mostly working, need to implement http authentication
git-svn-id: https://svn.musicpd.org/mpd/trunk@1588 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/inputStream.h')
-rw-r--r-- | src/inputStream.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inputStream.h b/src/inputStream.h index af0f706f4..21d593bcf 100644 --- a/src/inputStream.h +++ b/src/inputStream.h @@ -49,6 +49,8 @@ struct _InputStream { char * metaTitle; }; +void initInputStream(); + int isUrlSaneForInputStream(char * url); /* if an error occurs for these 3 functions, then -1 is returned and errno |