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, 2 insertions, 0 deletions
diff --git a/mbbsd/name.c b/mbbsd/name.c
index 4466c462..0b58604e 100644
--- a/mbbsd/name.c
+++ b/mbbsd/name.c
@@ -670,6 +670,8 @@ completeboard_compar(int where, char *str, int len)
{
return strncasecmp(SHM->bsorted[0][where]->brdname, str, len);
}
+
+int
completeboard_permission(int where)
{
return (((currmode & MODE_MENU) || Ben_Perm(SHM->bsorted[0][where])) &&