diff options
author | wens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-03-01 20:11:59 +0800 |
---|---|---|
committer | wens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-03-01 20:11:59 +0800 |
commit | 2ab9e0b3035f8ddf01b70d21d118d2d89686cbf1 (patch) | |
tree | 3f7ed4a1efa7c8f4fc409faf1e5ee17a976bc893 | |
parent | 6ab4fe492c23242cb01f7451c7d0c3c674709f99 (diff) | |
download | pttbbs-2ab9e0b3035f8ddf01b70d21d118d2d89686cbf1.tar pttbbs-2ab9e0b3035f8ddf01b70d21d118d2d89686cbf1.tar.gz pttbbs-2ab9e0b3035f8ddf01b70d21d118d2d89686cbf1.tar.bz2 pttbbs-2ab9e0b3035f8ddf01b70d21d118d2d89686cbf1.tar.lz pttbbs-2ab9e0b3035f8ddf01b70d21d118d2d89686cbf1.tar.xz pttbbs-2ab9e0b3035f8ddf01b70d21d118d2d89686cbf1.tar.zst pttbbs-2ab9e0b3035f8ddf01b70d21d118d2d89686cbf1.zip |
nonexistent function sigfree
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@4441 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/include/proto.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pttbbs/include/proto.h b/pttbbs/include/proto.h index 5ae70d75..cc0e4562 100644 --- a/pttbbs/include/proto.h +++ b/pttbbs/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); |