From e28f24a0c49768114d42cefa33ff79235b937d48 Mon Sep 17 00:00:00 2001 From: victor Date: Fri, 3 Sep 2004 07:16:41 +0000 Subject: domain_name_query is changed to cidr format git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2176 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/proto.h') diff --git a/include/proto.h b/include/proto.h index b13b6fca..0d66649f 100644 --- a/include/proto.h +++ b/include/proto.h @@ -462,6 +462,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, ...) GCC_CHECK_FORMAT(1,2); +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); -- cgit v1.2.3