Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
0cee560a
...
0cee560ab37a67754c5e686760aaeeece0c9276c
authored
2003-01-06 09:37:40 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(multiline_strip_tabs): Forward declaration.
1 parent
2ee08f19
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
libsieve/sieve.l
libsieve/sieve.l
View file @
0cee560
...
...
@@ -43,11 +43,12 @@ static int string __P ((void));
static void multiline_begin __P ((void));
static void multiline_add __P ((char *));
static void multiline_finish __P ((void));
static char *multiline_strip_tabs __P((char *text));
static void ident __P((const char *text));
static void sieve_include __P((void));
static void sieve_searchpath __P((void));
static char *str_escape __P((void));
static int isemptystr __P((char *text));
static int isemptystr __P((char *text));
#ifdef FLEX_SCANNER
#define xinput() (yyin ? getc(yyin) : EOF)
...
...
Please
register
or
sign in
to post a comment