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
1d874f49
...
1d874f49faab629a3e858345c78ebdfca0073923
authored
2006-02-06 11:45:34 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_sieve_machine_dup,mu_sieve_machine_inherit_report): New functions
1 parent
93919cb0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
include/mailutils/libsieve.h
include/mailutils/libsieve.h
View file @
1d874f4
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc.
Copyright (C) 1999, 2000, 2001, 2002, 2005,
2006 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
@@ -202,6 +203,10 @@ int mu_sieve_vlist_compare (mu_sieve_value_t * a, mu_sieve_value_t * b,
/* Functions to create and destroy sieve machine */
int
mu_sieve_machine_init
(
mu_sieve_machine_t
*
mach
,
void
*
data
);
int
mu_sieve_machine_dup
(
mu_sieve_machine_t
const
in
,
mu_sieve_machine_t
*
out
);
void
mu_sieve_machine_inherit_report
(
mu_sieve_machine_t
child
,
mu_sieve_machine_t
parent
);
void
mu_sieve_machine_destroy
(
mu_sieve_machine_t
*
pmach
);
int
mu_sieve_machine_add_destructor
(
mu_sieve_machine_t
mach
,
mu_sieve_destructor_t
destr
,
void
*
ptr
);
...
...
Please
register
or
sign in
to post a comment