summaryrefslogtreecommitdiffstats
path: root/include/util.h
diff options
context:
space:
mode:
authorscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-02 16:38:42 +0800
committerscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-02 16:38:42 +0800
commitce50463a745c2a9af1f4310de6a12a2a461c97f1 (patch)
tree31c589739ddd4ecd6f144790dafb6fea654685e6 /include/util.h
parent17cd044b7ce599bd480b4c2bff0eab42c9e2bb05 (diff)
downloadpttbbs-ce50463a745c2a9af1f4310de6a12a2a461c97f1.tar
pttbbs-ce50463a745c2a9af1f4310de6a12a2a461c97f1.tar.gz
pttbbs-ce50463a745c2a9af1f4310de6a12a2a461c97f1.tar.bz2
pttbbs-ce50463a745c2a9af1f4310de6a12a2a461c97f1.tar.lz
pttbbs-ce50463a745c2a9af1f4310de6a12a2a461c97f1.tar.xz
pttbbs-ce50463a745c2a9af1f4310de6a12a2a461c97f1.tar.zst
pttbbs-ce50463a745c2a9af1f4310de6a12a2a461c97f1.zip
merge from trunk:1680.
git-svn-id: http://opensvn.csie.org/pttbbs/branches/scw.brc2@1682 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/util.h')
-rw-r--r--include/util.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/util.h b/include/util.h
index d19944cc..44f8ca58 100644
--- a/include/util.h
+++ b/include/util.h
@@ -1,7 +1,6 @@
#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 *));
+int passwd_apply(int (*fptr)(int, userec_t *));
#endif // INCLUDE_UTIL_H