diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2018-03-10 01:54:30 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2018-03-10 01:54:30 +0000 |
commit | 8cffae83790c0c2537c7de1630712e87351dd582 (patch) | |
tree | ff67848ad40021e6d8481e639211efd855315b9a /src/LYHash.h | |
parent | 82107ab8e0468191d32dfc0eb2b9e105c1a6aaff (diff) | |
download | lynx-snapshots-8cffae83790c0c2537c7de1630712e87351dd582.tar.gz |
snapshot of project "lynx", label v2-8-9dev_16q
Diffstat (limited to 'src/LYHash.h')
-rw-r--r-- | src/LYHash.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/LYHash.h b/src/LYHash.h index 7d0a1666..e0e369b5 100644 --- a/src/LYHash.h +++ b/src/LYHash.h @@ -1,4 +1,4 @@ -/* $LynxId: LYHash.h,v 1.38 2018/03/06 23:28:12 tom Exp $ */ +/* $LynxId: LYHash.h,v 1.40 2018/03/10 01:47:33 tom Exp $ */ #ifndef _LYHASH_H_ #define _LYHASH_H_ 1 @@ -26,6 +26,8 @@ extern "C" { extern int color_style_1(const char *string); extern int color_style_3(const char *p, const char *q, const char *r); + extern void free_hashStyles(void); + extern void report_hashStyles(void); extern int s_a; extern int s_aedit; |