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
8a1a497d
...
8a1a497d19774b8730b5a483b7c50b4626e349f7
authored
2005-02-25 11:00:43 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(sieve_get_identifier,sieve_arg_error): New function.
1 parent
92d35378
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
include/mailutils/libsieve.h
include/mailutils/libsieve.h
View file @
8a1a497
...
...
@@ -201,6 +201,7 @@ ticket_t sieve_get_ticket __P((sieve_machine_t mach));
mailer_t
sieve_get_mailer
__P
((
sieve_machine_t
mach
));
int
sieve_get_locus
__P
((
sieve_machine_t
mach
,
sieve_locus_t
*
));
char
*
sieve_get_daemon_email
__P
((
sieve_machine_t
mach
));
const
char
*
sieve_get_identifier
__P
((
sieve_machine_t
mach
));
void
sieve_set_error
__P
((
sieve_machine_t
mach
,
sieve_printf_t
error_printer
));
void
sieve_set_parse_error
__P
((
sieve_machine_t
mach
,
sieve_parse_error_t
p
));
...
...
@@ -222,6 +223,7 @@ void sieve_log_action __P((sieve_machine_t mach, const char *action,
const
char
*
fmt
,
...));
void
sieve_abort
__P
((
sieve_machine_t
mach
));
int
stream_printf
__P
((
stream_t
stream
,
size_t
*
off
,
const
char
*
fmt
,
...));
void
sieve_arg_error
__P
((
sieve_machine_t
mach
,
int
n
));
int
sieve_is_dry_run
__P
((
sieve_machine_t
mach
));
const
char
*
sieve_type_str
__P
((
sieve_data_type
type
));
...
...
Please
register
or
sign in
to post a comment