diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2024-01-14 11:56:35 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2024-01-14 12:01:25 +0000 |
commit | 3ee8300fec5d35be98863ab0101433d348c936cc (patch) | |
tree | 56f7caa494c21f0079a13d75af8ea907b08029ef /WWW/Library/Implementation/HTVMSUtils.h | |
parent | ee37e435f2a61bd7f067d8a68d29eb9dc1ec03e6 (diff) | |
download | lynx-snapshots-3ee8300fec5d35be98863ab0101433d348c936cc.tar.gz |
snapshot of project "lynx", label v2-9-0dev_12p
Diffstat (limited to 'WWW/Library/Implementation/HTVMSUtils.h')
-rw-r--r-- | WWW/Library/Implementation/HTVMSUtils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/HTVMSUtils.h b/WWW/Library/Implementation/HTVMSUtils.h index d7efe8c4..10b9c97e 100644 --- a/WWW/Library/Implementation/HTVMSUtils.h +++ b/WWW/Library/Implementation/HTVMSUtils.h @@ -85,7 +85,7 @@ extern "C" { * * */ - const extern char *HTVMS_wwwName(const char *vmsname); + extern const char *HTVMS_wwwName(const char *vmsname); extern int HTVMSBrowseDir(const char *address, HTParentAnchor *anchor, |