summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-03-01 20:11:59 +0800
committerwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-03-01 20:11:59 +0800
commitb845233c50d73dfca2f0e91a7bdc2c480ed5753c (patch)
treeb834c8cce5a3a14b7ea31fb356bbb4f21fc18759
parent97300894bc2bef7817580c85239515740b09703b (diff)
downloadpttbbs-b845233c50d73dfca2f0e91a7bdc2c480ed5753c.tar
pttbbs-b845233c50d73dfca2f0e91a7bdc2c480ed5753c.tar.gz
pttbbs-b845233c50d73dfca2f0e91a7bdc2c480ed5753c.tar.bz2
pttbbs-b845233c50d73dfca2f0e91a7bdc2c480ed5753c.tar.lz
pttbbs-b845233c50d73dfca2f0e91a7bdc2c480ed5753c.tar.xz
pttbbs-b845233c50d73dfca2f0e91a7bdc2c480ed5753c.tar.zst
pttbbs-b845233c50d73dfca2f0e91a7bdc2c480ed5753c.zip
nonexistent function sigfree
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4441 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--include/proto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/proto.h b/include/proto.h
index 5ae70d75..cc0e4562 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -89,9 +89,6 @@ int enter_board(const char *boardname);
int HasBoardPerm(boardheader_t *bptr);
void save_brdbuf(void);
void init_brdbuf(void);
-#ifdef CRITICAL_MEMORY
-void sigfree(int);
-#endif
int b_config();
// Board Selections
int New(void);