From d5c46c8d63194b7d4ad83ae99ecbc06f9108c86c Mon Sep 17 00:00:00 2001 From: victor Date: Sun, 24 Oct 2004 01:18:54 +0000 Subject: init userec_t version git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2275 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/pttstruct.h') diff --git a/include/pttstruct.h b/include/pttstruct.h index ddf78fe3..49b1e704 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -51,6 +51,8 @@ typedef struct chicken_t { #define PASSLEN 14 /* Length of encrypted passwd field */ #define REGLEN 38 /* Length of registration data */ +#define PASSWD_VERSION 2275 + typedef struct userec_t { unsigned int version; /* version number of this sturcture, we * use revision number of project to denote.*/ -- cgit v1.2.3