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
dfb8eac4
...
dfb8eac4f61ae2114d447419b8f14000eec66437
authored
2005-11-15 15:13:45 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_sieve_yylex,mu_sieve_yyerror): Add declarations.
1 parent
282e7f1c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
libsieve/sieve.h
libsieve/sieve.h
View file @
dfb8eac
...
...
@@ -102,6 +102,8 @@ int _sieve_default_parse_error (void *unused, const char *filename, int lineno,
int
sieve_lex_begin
(
const
char
*
name
);
void
sieve_lex_finish
(
void
);
int
mu_sieve_yyerror
(
char
*
s
);
int
mu_sieve_yylex
();
void
sieve_register_standard_actions
(
mu_sieve_machine_t
mach
);
void
sieve_register_standard_tests
(
mu_sieve_machine_t
mach
);
...
...
Please
register
or
sign in
to post a comment