diff options
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; |