/[mailutils]/mailutils/libsieve/sieve.l
ViewVC logotype

Diff of /mailutils/libsieve/sieve.l

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by polak, Wed Dec 25 22:31:44 2002 UTC revision 1.13 by gray, Mon Jan 6 09:37:40 2003 UTC
# Line 43  static int string __P ((void)); Line 43  static int string __P ((void));
43  static void multiline_begin __P ((void));  static void multiline_begin __P ((void));
44  static void multiline_add __P ((char *));  static void multiline_add __P ((char *));
45  static void multiline_finish __P ((void));  static void multiline_finish __P ((void));
46    static char *multiline_strip_tabs __P((char *text));
47  static void ident __P((const char *text));  static void ident __P((const char *text));
48  static void sieve_include __P((void));  static void sieve_include __P((void));
49  static void sieve_searchpath __P((void));  static void sieve_searchpath __P((void));
50  static char *str_escape __P((void));  static char *str_escape __P((void));
51   static int isemptystr __P((char *text));  static int isemptystr __P((char *text));
52    
53  #ifdef FLEX_SCANNER  #ifdef FLEX_SCANNER
54  #define xinput() (yyin ? getc(yyin) : EOF)  #define xinput() (yyin ? getc(yyin) : EOF)

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26