File up/UP_subject.h

  $Revision: 1.2 $

Subject line parsing
Status: NOT REVIEWED, TESTED
Author(s): Engin Gunduz
Included in: up/UP_subject.c

Included Files


Preprocessor definitions

#define UP_SUBJECT_H

Type enum UP_KEYW_CLASSIFICATION

enum UP_KEYW_CLASSIFICATION
enum UP_KEYW_CLASSIFICATION 
   { 
     UP_KEYWORD_HELP; 
     UP_KEYWORD_NEW; 
     UP_KEYWORD_UNRECOG; 
   } 

Type enum UP_SUBJ_RESULT

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 up_subject_struct

typedef struct _up_subject_struct up_subject_struct
struct _up_subject_struct 
   { 
     int result; 
     char* word_list; 
   } 

Local Function asctime_r()

static char* asctime_r ( const struct tm* __tm, char* __buf )
Included from: /usr/include/time.h
Calls: __posix_asctime_r()

Local Function ctime_r()

static char* ctime_r ( const time_t* __time, char* __buf )
Included from: /usr/include/time.h
Calls: __posix_ctime_r()