File modules/up/UP_subject.c

  $Revision: 1.2 $

UP subject line parsing
Status: NOT REVIEWED, TESTED
Author(s): Engin Gunduz

Included Files


Global Function UP_subject_process()

up_subject_struct UP_subject_process ( const char* arg )
Prototyped in: modules/up/UP_subject.h
Calls: up_classify_word()modules/up/UP_subject.c
  free(), g_strsplit(), realloc(), strcat(), strdup(), strlen()

Global Function up_classify_word()

int up_classify_word ( const char* word )
Calls: strcasecmp()
Called by: UP_subject_process()modules/up/UP_subject.c