$Revision: 1.3 $
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; |
|
} |
|
static char* asctime_r ( const struct tm* __tm, char* __buf )
static char* ctime_r ( const time_t* __time, char* __buf )