diff src/utils.h @ 3072:ca9677cdb62e

[project @ 1997-07-15 02:45:42 by jwe]
author jwe
date Tue, 15 Jul 1997 02:45:53 +0000
parents 443851377f3f
children 98d862e12945
line wrap: on
line diff
--- a/src/utils.h
+++ b/src/utils.h
@@ -44,7 +44,7 @@
 			 int min_match_len = 1, int case_sens = 1);
 
 extern int
-keyword_almost_match (const char **std, int *min_len,
+keyword_almost_match (const char * const *std, int *min_len,
 		      const string& s, int min_toks_to_match,
 		      int max_toks);