From 1d80538b4b84eadd223c7b61839b950389c2d49d Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Mon, 6 Oct 1997 04:08:00 -0400 Subject: snapshot of project "lynx", label v2-7-1ac_0-76 --- WWW/Library/Implementation/HTFormat.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'WWW/Library/Implementation/HTFormat.c') 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 -- cgit 1.4.1-2-gfad0 class='tabs'> summary refs log blame commit diff stats
path: root/test/tc_ui.py
blob: 3c659459d4079cdafba1293ea94b705a214c03cc (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15