$Revision: 1.1 $
Subject line parsing
Status: NOT REVIEWED, TESTED
Author(s): Engin Gunduz
Included Files
Preprocessor definitions
#define UP_SUBJECT_H
enum UP_KEYW_CLASSIFICATION
| enum UP_KEYW_CLASSIFICATION |
|
| { |
|
| UP_KEYWORD_HELP; |
|
| UP_KEYWORD_NEW; |
|
| UP_KEYWORD_UNRECOG; |
|
| } |
|
enum UP_SUBJ_RESULT
| enum UP_SUBJ_RESULT |
|
| { |
|
| UP_SUBJ_INIT; |
|
| UP_SUBJ_HELP_REQ; |
|
| UP_SUBJ_NEW_ENFORCED; |
|
| UP_SUBJ_UNRECOG; |
|
| UP_SUBJ_ALL_UNRECOG; |
|
| UP_SUBJ_INVALID_COMB; |
|
| } |
|
typedef struct _up_subject_struct up_subject_struct
| struct _up_subject_struct |
|
| { |
|
| int result; |
|
| char* word_list; |
|
| } |
|