summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-12 00:42:45 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-12 00:42:45 +0800
commit57a5be6e350c332dbb60f48f3d040171e6918277 (patch)
tree92bd33c603c1c5aa49db128564331972bbd621c9 /include/proto.h
parent8d3b776476b6446d59e4a36275e924d14371906e (diff)
downloadpttbbs-57a5be6e350c332dbb60f48f3d040171e6918277.tar
pttbbs-57a5be6e350c332dbb60f48f3d040171e6918277.tar.gz
pttbbs-57a5be6e350c332dbb60f48f3d040171e6918277.tar.bz2
pttbbs-57a5be6e350c332dbb60f48f3d040171e6918277.tar.lz
pttbbs-57a5be6e350c332dbb60f48f3d040171e6918277.tar.xz
pttbbs-57a5be6e350c332dbb60f48f3d040171e6918277.tar.zst
pttbbs-57a5be6e350c332dbb60f48f3d040171e6918277.zip
generalnamecomplete,
userlist complete git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@161 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index 52de7513..66267a52 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -1,4 +1,4 @@
-/* $Id: proto.h,v 1.13 2002/05/10 19:34:50 in2 Exp $ */
+/* $Id: proto.h,v 1.14 2002/05/11 16:42:43 in2 Exp $ */
#ifndef INCLUDE_PROTO_H
#define INCLUDE_PROTO_H
@@ -302,6 +302,9 @@ void generalnamecomplete(char *prompt, char *data, int len, size_t nmemb,
int completeboard_compar(int where, char *str, int len);
int completeboard_permission(int where);
char *completeboard_getname(int where);
+int completeutmp_compar(int where, char *str, int len);
+int completeutmp_permission(int where);
+char *completeutmp_getname(int where);
/* osdep */
int cpuload(char *str);