about summary refs log tree commit diff stats
path: root/src/LYHash.h
diff options
context:
space:
mode:
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;
1780 - now we always reclaim local scopes' href='/akkartik/mu/commit/063list.mu?h=main&id=77d5b5d658830bd24724f945e0d6ddf6a06adc0e'>77d5b5d6 ^
87ef6a67 ^

























1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60