summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-06-01 17:42:35 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-06-01 17:42:35 +0800
commit31990741fbf7dec987b8319cad65ff942dd4b957 (patch)
tree1bb5fc936192e295f85d21574d571aba3e350521 /include/proto.h
parentcd668ff9ddda02018617afa7979023984d0ba42b (diff)
downloadpttbbs-victor.screen.tar
pttbbs-victor.screen.tar.gz
pttbbs-victor.screen.tar.bz2
pttbbs-victor.screen.tar.lz
pttbbs-victor.screen.tar.xz
pttbbs-victor.screen.tar.zst
pttbbs-victor.screen.zip
git-svn-id: http://opensvn.csie.org/pttbbs/branches/victor.screen@2041 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h
index a3e6c557..efed5fd4 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -483,6 +483,7 @@ void out_lines(const char *str, int line);
#define pressanykey() vmsg_lines(b_lines, NULL)
int vmsg_lines(int lines, const char *msg);
int log_user(const char *fmt, ...);
+unsigned int ipstr2int(char *ip);
time_t gettime(int line, time_t dt, char* head);
void setcalfile(char *buf, char *userid);
void stand_title(char *title);