diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-07 19:01:03 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-07 19:01:03 +0800 |
commit | 896717a8cd3579272ba3195a047f4bd4e1d98a49 (patch) | |
tree | 16ae1b95fdc433d0e28d1f5124b5f0744046b811 /include/pttstruct.h | |
parent | a2cd729a5fa5e46c4b4d75235e4bf977212cb9bc (diff) | |
download | pttbbs-896717a8cd3579272ba3195a047f4bd4e1d98a49.tar pttbbs-896717a8cd3579272ba3195a047f4bd4e1d98a49.tar.gz pttbbs-896717a8cd3579272ba3195a047f4bd4e1d98a49.tar.bz2 pttbbs-896717a8cd3579272ba3195a047f4bd4e1d98a49.tar.lz pttbbs-896717a8cd3579272ba3195a047f4bd4e1d98a49.tar.xz pttbbs-896717a8cd3579272ba3195a047f4bd4e1d98a49.tar.zst pttbbs-896717a8cd3579272ba3195a047f4bd4e1d98a49.zip |
remove uhash_t
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@303 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r-- | include/pttstruct.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index a9c4db57..0f7e6d9c 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -1,4 +1,4 @@ -/* $Id: pttstruct.h,v 1.14 2002/06/06 21:34:09 in2 Exp $ */ +/* $Id: pttstruct.h,v 1.15 2002/06/07 11:01:03 in2 Exp $ */ #ifndef INCLUDE_STRUCT_H #define INCLUDE_STRUCT_H @@ -164,8 +164,6 @@ typedef struct fileheader_t { /* uhash is a userid->uid hash table -- jochang */ #define HASH_BITS 16 -typedef struct uhash_t { -} uhash_t; union xitem_t { struct { /* bbs_item */ |