diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2021-06-10 00:37:08 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2021-06-10 00:37:08 +0000 |
commit | 15b5916ed82c8de48b85d7b7afe670cb00e79796 (patch) | |
tree | b7891e7faa9ffaa27911b367d0551a38d03a53a6 /src/LYStructs.h | |
parent | c2036b385da968e77c3abbefa44cb4c88eff9512 (diff) | |
download | lynx-snapshots-15b5916ed82c8de48b85d7b7afe670cb00e79796.tar.gz |
snapshot of project "lynx", label v2-9-0dev_6j
Diffstat (limited to 'src/LYStructs.h')
-rw-r--r-- | src/LYStructs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYStructs.h b/src/LYStructs.h index 70f2c063..179914ac 100644 --- a/src/LYStructs.h +++ b/src/LYStructs.h @@ -1,5 +1,5 @@ /* - * $LynxId: LYStructs.h,v 1.31 2013/10/03 08:56:47 tom Exp $ + * $LynxId: LYStructs.h,v 1.32 2021/06/09 20:56:05 tom Exp $ */ #ifndef LYSTRUCTS_H #define LYSTRUCTS_H @@ -86,7 +86,7 @@ extern "C" { extern HistInfo *history; extern int nhist; - extern int size_history; + extern unsigned size_history; /******************************************************************************/ |