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
d60f602a
...
d60f602a61db3fd954fdf3ba855b432a44a4d222
authored
2002-11-15 14:42:29 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(struct sieve_machine): New member destr_list.
(sieve_match_part_checker): New function.
1 parent
cb9ca95a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
libsieve/sieve.h
libsieve/sieve.h
View file @
d60f602
...
...
@@ -36,6 +36,7 @@ struct sieve_machine {
/* Static data */
char
*
filename
;
/* Name of the source script */
list_t
memory_pool
;
/* Pool of allocated memory objects */
list_t
destr_list
;
/* List of destructor functions */
size_t
progsize
;
/* Number of allocated program cells */
sieve_op_t
*
prog
;
/* Compiled program */
...
...
@@ -124,3 +125,5 @@ void instr_brz __P((sieve_machine_t mach));
int
sieve_mark_deleted
__P
((
message_t
msg
,
int
deleted
));
int
sieve_require_comparator
__P
((
const
char
*
name
));
int
sieve_match_part_checker
__P
((
const
char
*
name
,
list_t
tags
,
list_t
args
));
...
...
Please
register
or
sign in
to post a comment