diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-10-06 04:08:00 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-10-06 04:08:00 -0400 |
commit | 1d80538b4b84eadd223c7b61839b950389c2d49d (patch) | |
tree | a46f327e82edb06d8d789b60c3395f873476e040 /WWW/Library/Implementation/HTFormat.c | |
parent | 443226a5ffcf805f6ab3ccbcc2a6b4802793b07d (diff) | |
download | lynx-snapshots-1d80538b4b84eadd223c7b61839b950389c2d49d.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-76
Diffstat (limited to 'WWW/Library/Implementation/HTFormat.c')
-rw-r--r-- | WWW/Library/Implementation/HTFormat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/HTFormat.c b/WWW/Library/Implementation/HTFormat.c index b5f8584d..3b33fb9a 100644 --- a/WWW/Library/Implementation/HTFormat.c +++ b/WWW/Library/Implementation/HTFormat.c @@ -254,6 +254,7 @@ PUBLIC char HTGetCharacter NOARGS return FROMASCII(ch); } +#ifdef NOT_USED /* Stream the data to an ouput file as binary */ PUBLIC int HTOutputBinary ARGS2( int, input, @@ -271,6 +272,7 @@ PUBLIC int HTOutputBinary ARGS2( int, input, fwrite(input_buffer, sizeof(char), status, output); } while (YES); } +#endif /* NOT_USED */ /* Match maintype to any MIME type starting with maintype, * for example: image/gif should match image |