diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-07-05 03:46:16 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-07-05 03:46:16 +0800 |
commit | 849e8bdccab33fa65d599b8f0bddf8819f499553 (patch) | |
tree | a9376a18fae9b4774b68d28ec7b0a8061dc4128c /include/proto.h | |
parent | d5c9ccc6c80d8aa8ed5ba8533ddfb9629c55b237 (diff) | |
download | pttbbs-849e8bdccab33fa65d599b8f0bddf8819f499553.tar pttbbs-849e8bdccab33fa65d599b8f0bddf8819f499553.tar.gz pttbbs-849e8bdccab33fa65d599b8f0bddf8819f499553.tar.bz2 pttbbs-849e8bdccab33fa65d599b8f0bddf8819f499553.tar.lz pttbbs-849e8bdccab33fa65d599b8f0bddf8819f499553.tar.xz pttbbs-849e8bdccab33fa65d599b8f0bddf8819f499553.tar.zst pttbbs-849e8bdccab33fa65d599b8f0bddf8819f499553.zip |
remove mmap
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@411 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/proto.h b/include/proto.h index 2f916219..5e3d8f91 100644 --- a/include/proto.h +++ b/include/proto.h @@ -1,4 +1,4 @@ -/* $Id: proto.h,v 1.23 2002/06/26 09:51:33 ptt Exp $ */ +/* $Id: proto.h,v 1.24 2002/07/04 19:46:14 in2 Exp $ */ #ifndef INCLUDE_PROTO_H #define INCLUDE_PROTO_H @@ -550,7 +550,7 @@ int Goodbye(); unsigned StringHash(unsigned char *s); /* passwd */ -int passwd_mmap(); +int passwd_init(); int passwd_update(int num, userec_t *buf); int passwd_query(int num, userec_t *buf); int passwd_apply(int (*fptr)(userec_t *)); |