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
53e6e1d0
...
53e6e1d0b5c099eca4f1a2281721fb934ae4b0ca
authored
2006-02-08 13:15:42 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(sieve_change_source): New function
1 parent
a841edfd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
libsieve/sieve.h
libsieve/sieve.h
View file @
53e6e1d
...
...
@@ -120,6 +120,7 @@ void sieve_code_anyof (size_t start);
void
sieve_code_allof
(
size_t
start
);
int
sieve_code_source
(
const
char
*
name
);
int
sieve_code_line
(
size_t
line
);
void
sieve_change_source
(
void
);
void
instr_action
(
mu_sieve_machine_t
mach
);
void
instr_test
(
mu_sieve_machine_t
mach
);
...
...
Please
register
or
sign in
to post a comment