diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-11-06 16:18:09 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-11-06 16:18:09 -0500 |
commit | 18024037b515bfff83e0230b35151babe6005e18 (patch) | |
tree | b8c80055282a00883284722a3dd6bb25234e07f0 /WWW/Library/Implementation/HTUU.h | |
parent | 3d8ecbe48af249fa0d77ce4d273e32ce4b7e6e18 (diff) | |
download | lynx-snapshots-18024037b515bfff83e0230b35151babe6005e18.tar.gz |
snapshot of project "lynx", label v2-8-1dev_4
Diffstat (limited to 'WWW/Library/Implementation/HTUU.h')
-rw-r--r-- | WWW/Library/Implementation/HTUU.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/HTUU.h b/WWW/Library/Implementation/HTUU.h index 3594b276..9c72a115 100644 --- a/WWW/Library/Implementation/HTUU.h +++ b/WWW/Library/Implementation/HTUU.h @@ -11,7 +11,9 @@ #ifndef HTUU_H #define HTUU_H +#ifndef HTUTILS_H #include <HTUtils.h> +#endif /* HTUTILS_H */ PUBLIC int HTUU_encode PARAMS((unsigned char *bufin, unsigned int nbytes, @@ -22,3 +24,6 @@ PUBLIC int HTUU_decode PARAMS((char *bufcoded, int outbufsize)); #endif +/* + + End of file. */ |