summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-11-01 12:51:26 +0800
committerwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-11-01 12:51:26 +0800
commita64b2b44fd2f4467c818c6c92d72b66dc3a546bb (patch)
treec31bd39bc0eb8f9eaf5a8bde8ce2a0058e8104df /include
parent9e011ec7123c4d2ac79e5fc34e9277a546de95d1 (diff)
downloadpttbbs-a64b2b44fd2f4467c818c6c92d72b66dc3a546bb.tar
pttbbs-a64b2b44fd2f4467c818c6c92d72b66dc3a546bb.tar.gz
pttbbs-a64b2b44fd2f4467c818c6c92d72b66dc3a546bb.tar.bz2
pttbbs-a64b2b44fd2f4467c818c6c92d72b66dc3a546bb.tar.lz
pttbbs-a64b2b44fd2f4467c818c6c92d72b66dc3a546bb.tar.xz
pttbbs-a64b2b44fd2f4467c818c6c92d72b66dc3a546bb.tar.zst
pttbbs-a64b2b44fd2f4467c818c6c92d72b66dc3a546bb.zip
not used
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4415 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/bbs.h4
-rw-r--r--include/util.h5
2 files changed, 0 insertions, 9 deletions
diff --git a/include/bbs.h b/include/bbs.h
index 63054477..b9b3307e 100644
--- a/include/bbs.h
+++ b/include/bbs.h
@@ -74,10 +74,6 @@ extern "C" {
#include "convert.h"
#endif
-#ifdef _UTIL_C_
- #include "util.h"
-#endif
-
#ifndef INCLUDE_VAR_H
#include "var.h"
#endif
diff --git a/include/util.h b/include/util.h
deleted file mode 100644
index 3b11c294..00000000
--- a/include/util.h
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifndef INCLUDE_UTIL_H
-#define INCLUDE_UTIL_H
-int passwd_mmap(void);
-
-#endif // INCLUDE_UTIL_H