diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2010-09-26 14:26:23 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2010-09-26 14:26:23 -0400 |
commit | bf9ea0cbb0562934c45170f94ebfe2ac609a44a8 (patch) | |
tree | f4bde48763d66ed00b176397aee2b3fd6e9fc7f5 /WWW/Library/Implementation/HTStream.h | |
parent | 69a1a751cb798556c786e3ef66d473bf8a88abdc (diff) | |
download | lynx-snapshots-bf9ea0cbb0562934c45170f94ebfe2ac609a44a8.tar.gz |
snapshot of project "lynx", label v2-8-8dev_5e
Diffstat (limited to 'WWW/Library/Implementation/HTStream.h')
-rw-r--r-- | WWW/Library/Implementation/HTStream.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTStream.h b/WWW/Library/Implementation/HTStream.h index 7a6d79ff..9aca42e0 100644 --- a/WWW/Library/Implementation/HTStream.h +++ b/WWW/Library/Implementation/HTStream.h @@ -1,4 +1,7 @@ -/* The Stream class definition -- libwww +/* + * $LynxId: HTStream.h,v 1.15 2010/09/25 11:42:48 tom Exp $ + * + * The Stream class definition -- libwww STREAM OBJECT DEFINITION A Stream object is something which accepts a stream of text. @@ -36,7 +39,7 @@ extern "C" { void (*_abort) (HTStream *me, HTError e); - void (*put_character) (HTStream *me, char ch); + void (*put_character) (HTStream *me, int ch); void (*put_string) (HTStream *me, const char *str); |