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
25a11a05
...
25a11a05b1e1eba6772b751e499205214c727cac
authored
2008-05-28 14:25:18 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(_amd_data.msg_finish_delivery): Pass original message as the 3rd argument.
1 parent
6b5d5c5e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
libproto/include/amd.h
libproto/include/amd.h
View file @
25a11a0
...
...
@@ -65,7 +65,8 @@ struct _amd_data
size_t
msg_size
;
/* Size of struct _amd_message */
int
(
*
create
)
(
struct
_amd_data
*
,
int
flags
);
int
(
*
msg_init_delivery
)
(
struct
_amd_data
*
,
struct
_amd_message
*
);
int
(
*
msg_finish_delivery
)
(
struct
_amd_data
*
,
struct
_amd_message
*
);
int
(
*
msg_finish_delivery
)
(
struct
_amd_data
*
,
struct
_amd_message
*
,
const
mu_message_t
);
void
(
*
msg_free
)
(
struct
_amd_message
*
);
int
(
*
cur_msg_file_name
)
(
struct
_amd_message
*
,
char
**
);
int
(
*
new_msg_file_name
)
(
struct
_amd_message
*
,
int
attr_flags
,
char
**
);
...
...
Please
register
or
sign in
to post a comment