diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-04-07 19:44:29 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-04-07 19:44:29 +0000 |
commit | 7a6a690fb697a888f38df7b1ceac27c756570fb4 (patch) | |
tree | 3dcfe35ed30e7f371fc88ba8be13468b31d6fb89 /src/input/mmsh.c | |
parent | 9317450b8614ebd51c4e6bf8bc362fded6449268 (diff) | |
download | xine-lib-7a6a690fb697a888f38df7b1ceac27c756570fb4.tar.gz xine-lib-7a6a690fb697a888f38df7b1ceac27c756570fb4.tar.bz2 |
fix compiler warnings
CVS patchset: 6345
CVS date: 2004/04/07 19:44:29
Diffstat (limited to 'src/input/mmsh.c')
-rw-r--r-- | src/input/mmsh.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/input/mmsh.c b/src/input/mmsh.c index 2b2e3c675..c382d929f 100644 --- a/src/input/mmsh.c +++ b/src/input/mmsh.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: mmsh.c,v 1.29 2004/04/06 06:43:06 tmattern Exp $ + * $Id: mmsh.c,v 1.30 2004/04/07 19:44:29 mroi Exp $ * * MMS over HTTP protocol * written by Thibaut Mattern @@ -113,6 +113,7 @@ static const char* mmsh_LiveRequest = "Connection: Close\r\n\r\n"; /* Unused requests */ +#if 0 static const char* mmsh_PostRequest = "POST %s HTTP/1.0\r\n" "Accept: */*\r\n" @@ -133,7 +134,7 @@ static const char* mmsh_RangeRequest = "Range: bytes=%Lu-\r\n" CLIENTGUID "Connection: Close\r\n\r\n"; - +#endif /* |