From ba798c5e657639a8eaa23236b180a3d83303be2b Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Sun, 20 Jun 2004 20:15:05 +0000 Subject: http proxy mostly working, need to implement http authentication git-svn-id: https://svn.musicpd.org/mpd/trunk@1588 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/inputStream.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/inputStream.h') 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 -- cgit v1.2.3