diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2000-02-25 12:43:29 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2000-02-25 12:43:29 -0500 |
commit | 184855c6f7b9e1727a8f419b475b1fffd9292911 (patch) | |
tree | 1bd2388be832a1908b0f03cf89dcfa70e4a31ebb /WWW/Library/Implementation/HTStream.h | |
parent | 59ec2705df06b90f10f9ff6eeadfffcd02bbd39a (diff) | |
download | lynx-snapshots-184855c6f7b9e1727a8f419b475b1fffd9292911.tar.gz |
snapshot of project "lynx", label v2-8-3dev_21
Diffstat (limited to 'WWW/Library/Implementation/HTStream.h')
-rw-r--r-- | WWW/Library/Implementation/HTStream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/HTStream.h b/WWW/Library/Implementation/HTStream.h index a9c4703d..868e0f41 100644 --- a/WWW/Library/Implementation/HTStream.h +++ b/WWW/Library/Implementation/HTStream.h @@ -63,7 +63,7 @@ typedef struct _HTStreamClass { example from the network. */ -extern HTStream * HTErrorStream (void); +extern HTStream * HTErrorStream NOPARAMS; #endif /* HTSTREAM_H */ |