diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-01-19 09:29:40 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-01-19 09:29:40 +0800 |
commit | 28760d3b4c23271cf530cacc32d5b108a6c4ca0c (patch) | |
tree | 6e0e0bb98c258fc63e87fe04064d9ce6569f6eaf /include | |
parent | 2309a21b1d58a111b0d29bab3d74bf6c255d6bbb (diff) | |
download | pttbbs-28760d3b4c23271cf530cacc32d5b108a6c4ca0c.tar pttbbs-28760d3b4c23271cf530cacc32d5b108a6c4ca0c.tar.gz pttbbs-28760d3b4c23271cf530cacc32d5b108a6c4ca0c.tar.bz2 pttbbs-28760d3b4c23271cf530cacc32d5b108a6c4ca0c.tar.lz pttbbs-28760d3b4c23271cf530cacc32d5b108a6c4ca0c.tar.xz pttbbs-28760d3b4c23271cf530cacc32d5b108a6c4ca0c.tar.zst pttbbs-28760d3b4c23271cf530cacc32d5b108a6c4ca0c.zip |
critical memory usage
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@632 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h index 708353c8..20963df0 100644 --- a/include/proto.h +++ b/include/proto.h @@ -1,4 +1,4 @@ -/* $Id: proto.h,v 1.35 2003/01/17 08:49:34 kcwu Exp $ */ +/* $Id: proto.h,v 1.36 2003/01/19 01:29:39 in2 Exp $ */ #ifndef INCLUDE_PROTO_H #define INCLUDE_PROTO_H @@ -69,6 +69,9 @@ int Boards(); int root_board(); void save_brdbuf(void); void init_brdbuf(void); +#ifdef CRITICAL_MEMORY +void sigfree(int); +#endif /* cache */ int moneyof(int uid); |