summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-06-16 13:44:45 +0800
committerwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-06-16 13:44:45 +0800
commit9e1a420799a6123d12a45b3f5e445fa6fb6f5e5d (patch)
tree3d7ec9980ff77c9abdf23c381004113846a4cdf6 /include
parent4b0f1394c94c333170d653cb376bce48befb7c21 (diff)
downloadpttbbs-9e1a420799a6123d12a45b3f5e445fa6fb6f5e5d.tar
pttbbs-9e1a420799a6123d12a45b3f5e445fa6fb6f5e5d.tar.gz
pttbbs-9e1a420799a6123d12a45b3f5e445fa6fb6f5e5d.tar.bz2
pttbbs-9e1a420799a6123d12a45b3f5e445fa6fb6f5e5d.tar.lz
pttbbs-9e1a420799a6123d12a45b3f5e445fa6fb6f5e5d.tar.xz
pttbbs-9e1a420799a6123d12a45b3f5e445fa6fb6f5e5d.tar.zst
pttbbs-9e1a420799a6123d12a45b3f5e445fa6fb6f5e5d.zip
Goodbye NameList* and namecomplete
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4367 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/pttstruct.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index b4873c67..1f4c311d 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -620,18 +620,6 @@ typedef struct {
int r, c;
} rc_t;
-/* name.c 中運用的資料結構 */
-typedef struct word_t {
- char *word;
- struct word_t *next;
-} word_t;
-
-struct NameList {
- int size;
- int capacity;
- char (*base)[IDLEN+1];
-};
-
typedef struct MailQueue {
char filepath[FNLEN];
char subject[STRLEN];