summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index 370eb86a..ec78761d 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -755,7 +755,7 @@ int note(void);
int Goodbye(void);
/* toolkit */
-unsigned StringHash(const unsigned char *s);
+unsigned StringHash(const char *s);
/* passwd */
int passwd_init(void);