diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-08-24 02:01:30 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-08-24 02:01:30 +0800 |
commit | 7215f7de56c3d26487fcfe1a4e9b04c3d2b309a3 (patch) | |
tree | ea6aae1cc1f439df2009894cea12408a93a5a2a3 /include/proto.h | |
parent | bc71e83b569d1297713d0cb77c2d5c2e6a59e587 (diff) | |
download | pttbbs-7215f7de56c3d26487fcfe1a4e9b04c3d2b309a3.tar pttbbs-7215f7de56c3d26487fcfe1a4e9b04c3d2b309a3.tar.gz pttbbs-7215f7de56c3d26487fcfe1a4e9b04c3d2b309a3.tar.bz2 pttbbs-7215f7de56c3d26487fcfe1a4e9b04c3d2b309a3.tar.lz pttbbs-7215f7de56c3d26487fcfe1a4e9b04c3d2b309a3.tar.xz pttbbs-7215f7de56c3d26487fcfe1a4e9b04c3d2b309a3.tar.zst pttbbs-7215f7de56c3d26487fcfe1a4e9b04c3d2b309a3.zip |
fix memory error
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@488 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 fe8bad6c..2197427b 100644 --- a/include/proto.h +++ b/include/proto.h @@ -1,4 +1,4 @@ -/* $Id: proto.h,v 1.27 2002/08/20 02:42:36 in2 Exp $ */ +/* $Id: proto.h,v 1.28 2002/08/23 18:01:28 in2 Exp $ */ #ifndef INCLUDE_PROTO_H #define INCLUDE_PROTO_H @@ -117,6 +117,7 @@ int get_fileheader_cache(int bid, char *direct, fileheader_t *headers, int recbase, int nlines); void *attach_shm(int shmkey, int shmsize); void attach_SHM(void); +void sort_utmp(); /* cal */ int give_tax(int money); |