summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-11-02 19:02:56 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-11-02 19:02:56 +0800
commit8a95a36711719545660a8cce3218ab8cb43ccd97 (patch)
tree0587247ada05e2d24a89949b67f75185907d11b8 /include
parent2dc136d20bd5963cc7827f1383c45d7ff62f2738 (diff)
downloadpttbbs-8a95a36711719545660a8cce3218ab8cb43ccd97.tar
pttbbs-8a95a36711719545660a8cce3218ab8cb43ccd97.tar.gz
pttbbs-8a95a36711719545660a8cce3218ab8cb43ccd97.tar.bz2
pttbbs-8a95a36711719545660a8cce3218ab8cb43ccd97.tar.lz
pttbbs-8a95a36711719545660a8cce3218ab8cb43ccd97.tar.xz
pttbbs-8a95a36711719545660a8cce3218ab8cb43ccd97.tar.zst
pttbbs-8a95a36711719545660a8cce3218ab8cb43ccd97.zip
for util/
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@551 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/bbs.h4
-rw-r--r--include/util.h7
2 files changed, 11 insertions, 0 deletions
diff --git a/include/bbs.h b/include/bbs.h
index 09ce1982..9163656b 100644
--- a/include/bbs.h
+++ b/include/bbs.h
@@ -42,6 +42,10 @@
#include "proto.h"
#include "gomo.h"
+#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
new file mode 100644
index 00000000..d19944cc
--- /dev/null
+++ b/include/util.h
@@ -0,0 +1,7 @@
+#ifndef INCLUDE_UTIL_H
+#define INCLUDE_UTIL_H
+int passwd_mmap(void);
+int passwd_apply(int (*fptr)(userec_t *));
+int passwd_apply2(int (*fptr)(int, userec_t *));
+
+#endif // INCLUDE_UTIL_H