summaryrefslogtreecommitdiffstats
path: root/include/util.h
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/util.h
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/util.h')
-rw-r--r--include/util.h7
1 files changed, 7 insertions, 0 deletions
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