about summary refs log tree commit diff stats
path: root/src/LYHash.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2018-03-10 01:54:30 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2018-03-10 01:54:30 +0000
commit8cffae83790c0c2537c7de1630712e87351dd582 (patch)
treeff67848ad40021e6d8481e639211efd855315b9a /src/LYHash.h
parent82107ab8e0468191d32dfc0eb2b9e105c1a6aaff (diff)
downloadlynx-snapshots-8cffae83790c0c2537c7de1630712e87351dd582.tar.gz
snapshot of project "lynx", label v2-8-9dev_16q
Diffstat (limited to 'src/LYHash.h')
-rw-r--r--src/LYHash.h4
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;