diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-05-24 23:52:23 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-05-24 23:52:23 +0800 |
commit | 5f011cddea210cbd8733347e43de7d80eb52e447 (patch) | |
tree | e735b0e39d1652365e47758611b42147dc146205 /include/proto.h | |
parent | 5fbdbcb03b25c100312335bea7d322051c8f5d61 (diff) | |
download | pttbbs-5f011cddea210cbd8733347e43de7d80eb52e447.tar pttbbs-5f011cddea210cbd8733347e43de7d80eb52e447.tar.gz pttbbs-5f011cddea210cbd8733347e43de7d80eb52e447.tar.bz2 pttbbs-5f011cddea210cbd8733347e43de7d80eb52e447.tar.lz pttbbs-5f011cddea210cbd8733347e43de7d80eb52e447.tar.xz pttbbs-5f011cddea210cbd8733347e43de7d80eb52e447.tar.zst pttbbs-5f011cddea210cbd8733347e43de7d80eb52e447.zip |
for board
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@190 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h index 743575f8..6d2c3049 100644 --- a/include/proto.h +++ b/include/proto.h @@ -1,4 +1,4 @@ -/* $Id: proto.h,v 1.15 2002/05/20 15:38:23 lwms Exp $ */ +/* $Id: proto.h,v 1.16 2002/05/24 15:52:22 ptt Exp $ */ #ifndef INCLUDE_PROTO_H #define INCLUDE_PROTO_H @@ -269,6 +269,7 @@ void show_call_in(int save, int which); void write_request (int sig); void log_usies(char *mode, char *mesg); void log_user(char *msg); +void system_abort(); void abort_bbs(int sig); void del_distinct(char *fname, char *line); void add_distinct(char *fname, char *line); |