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
934450d7
...
934450d798e5d463880f9ce1aaa3ec1c3e073a80
authored
2002-08-28 11:54:03 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(addrdebug, yydebug): external declarations.
1 parent
bafbd00b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
sieve/sieve_interface.h
sieve/sieve_interface.h
View file @
934450d
...
...
@@ -30,6 +30,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <stdio.h>
extern
const
char
*
sieve_version
;
extern
int
addrdebug
;
extern
int
yydebug
;
/* error codes */
#define SIEVE_OK (0)
...
...
@@ -139,7 +141,7 @@ int sieve_register_summary(sieve_interp_t *interp,
sieve_execute_error
*
f
);
/* given an interpretor and a script, produce an executable script */
int
sieve_script_parse
(
sieve_interp_t
*
interp
,
FILE
*
script
,
int
sieve_script_parse
(
sieve_interp_t
*
interp
,
FILE
*
script
,
void
*
script_context
,
sieve_script_t
**
ret
);
int
sieve_script_free
(
sieve_script_t
**
s
);
...
...
Please
register
or
sign in
to post a comment