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
47b0bd62
...
47b0bd62231abd41f2f89622d8be1d917b3cd5a2
authored
2002-01-06 02:34:20 +0000
by
Sam Roberts
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
exposed sieve_errstr() in public API, and declare sieve_errname()
1 parent
f1801528
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
sieve/sieve_interface.h
sieve/sieve_interface.h
View file @
47b0bd6
...
...
@@ -151,4 +151,10 @@ int sieve_execute_script(sieve_script_t *script,
/* Get space separated list of extensions supported by the implementation */
const
char
*
sieve_listextensions
(
void
);
/* Return a string describing the sieve return code. */
const
char
*
sieve_errstr
(
int
code
);
/* Return a string naming the sieve return code. */
const
char
*
sieve_errname
(
int
code
);
#endif
...
...
Please
register
or
sign in
to post a comment