summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-17 13:51:13 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-17 13:51:13 +0800
commit1b0e3ccd58a342a56779dd843abd0f5e3f1c9dea (patch)
tree12dc7038fb55d523fb6c9548e83e89720586d6de /include/proto.h
parent9e11577128c92707c2db3f3e44814a3be0d7bf6f (diff)
downloadpttbbs-1b0e3ccd58a342a56779dd843abd0f5e3f1c9dea.tar
pttbbs-1b0e3ccd58a342a56779dd843abd0f5e3f1c9dea.tar.gz
pttbbs-1b0e3ccd58a342a56779dd843abd0f5e3f1c9dea.tar.bz2
pttbbs-1b0e3ccd58a342a56779dd843abd0f5e3f1c9dea.tar.lz
pttbbs-1b0e3ccd58a342a56779dd843abd0f5e3f1c9dea.tar.xz
pttbbs-1b0e3ccd58a342a56779dd843abd0f5e3f1c9dea.tar.zst
pttbbs-1b0e3ccd58a342a56779dd843abd0f5e3f1c9dea.zip
- (internal) getans -> vans
- (internal) update license git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4175 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/proto.h b/include/proto.h
index 674fea53..91b8ddd2 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -604,8 +604,6 @@ int search_aidu(char *bfile, aidu_t aidu);
int log_user(const char *fmt, ...) GCC_CHECK_FORMAT(1,2);
time4_t gettime(int line, time4_t dt, const char* head);
void setcalfile(char *buf, char *userid);
-char getans(const char *fmt,...) GCC_CHECK_FORMAT(1,2);
-int getkey(const char *fmt,...) GCC_CHECK_FORMAT(1,2);
int show_file(const char *filename, int y, int lines, int mode);
int cursor_key(int row, int column);
int search_num(int ch, int max);