summaryrefslogtreecommitdiffstats
path: root/include/pttstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pttstruct.h')
-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];