summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-07 11:53:26 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-07 11:53:26 +0800
commitda4d3a9cb114eaf7a8ed47757c82a08e19a39919 (patch)
treec67f196f025132b7db5fd94d625cdfa4d8d7ebb5 /include/proto.h
parent24ac859a1f87affdba50468638823bfc52fae9a6 (diff)
downloadpttbbs-da4d3a9cb114eaf7a8ed47757c82a08e19a39919.tar
pttbbs-da4d3a9cb114eaf7a8ed47757c82a08e19a39919.tar.gz
pttbbs-da4d3a9cb114eaf7a8ed47757c82a08e19a39919.tar.bz2
pttbbs-da4d3a9cb114eaf7a8ed47757c82a08e19a39919.tar.lz
pttbbs-da4d3a9cb114eaf7a8ed47757c82a08e19a39919.tar.xz
pttbbs-da4d3a9cb114eaf7a8ed47757c82a08e19a39919.tar.zst
pttbbs-da4d3a9cb114eaf7a8ed47757c82a08e19a39919.zip
also fix prototype
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2918 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-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);