summaryrefslogtreecommitdiffstats
path: root/mbbsd/name.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/name.c')
-rw-r--r--mbbsd/name.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/name.c b/mbbsd/name.c
index 1a11e967..bf34dc06 100644
--- a/mbbsd/name.c
+++ b/mbbsd/name.c
@@ -53,7 +53,7 @@ ToggleVector(struct Vector *list, int *recipient, const char *listfile, const ch
}
void
-namecomplete2(struct Vector *namelist, const char *prompt, char *data)
+namecomplete2(const struct Vector *namelist, const char *prompt, char *data)
{
char *temp;
int x, y, origx, scrx;