summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-06-16 20:42:12 +0800
committerwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-06-16 20:42:12 +0800
commit4b2100223f8e50617bd729f5a4050e9129f1710f (patch)
tree3b29fc57d7ffc2d120028ded90b68b4826408ef0 /include/proto.h
parentddc440223f72563fb76f7e927a25bd7b70a83f06 (diff)
downloadpttbbs-4b2100223f8e50617bd729f5a4050e9129f1710f.tar
pttbbs-4b2100223f8e50617bd729f5a4050e9129f1710f.tar.gz
pttbbs-4b2100223f8e50617bd729f5a4050e9129f1710f.tar.bz2
pttbbs-4b2100223f8e50617bd729f5a4050e9129f1710f.tar.lz
pttbbs-4b2100223f8e50617bd729f5a4050e9129f1710f.tar.xz
pttbbs-4b2100223f8e50617bd729f5a4050e9129f1710f.tar.zst
pttbbs-4b2100223f8e50617bd729f5a4050e9129f1710f.zip
Add const modifier
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4374 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 680a2b9c..228ee393 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -428,7 +428,7 @@ typedef int (*gnc_comp_func)(int, const char*, int);
typedef int (*gnc_perm_func)(int);
typedef char* (*gnc_getname_func)(int);
-extern void namecomplete2(struct Vector *namelist, const char *prompt, char *data);
+extern void namecomplete2(const struct Vector *namelist, const char *prompt, char *data);
extern void ShowVector(struct Vector *self, int row, int column, const char *prompt);
extern void ToggleVector(struct Vector *list, int *recipient, const char *listfile, const char *msg);