From 7215f7de56c3d26487fcfe1a4e9b04c3d2b309a3 Mon Sep 17 00:00:00 2001 From: in2 Date: Fri, 23 Aug 2002 18:01:30 +0000 Subject: fix memory error git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@488 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/proto.h') 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); -- cgit v1.2.3