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
945de1f1
...
945de1f1dc5207c2ff701ce590206fd8ba0de293
authored
2007-06-26 19:36:28 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix typo
1 parent
21fb9ca7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
include/mailutils/list.h
include/mailutils/list.h
View file @
945de1f
...
...
@@ -48,7 +48,8 @@ typedef int (*mu_list_comparator_t) (const void*, const void*);
extern
mu_list_comparator_t
mu_list_set_comparator
(
mu_list_t
,
mu_list_comparator_t
);
extern
int
mu_list_set_destroy_item
(
mu_list_t
list
,
void
(
*
destoy_item
)
(
void
*
));
extern
int
mu_list_set_destroy_item
(
mu_list_t
list
,
void
(
*
destroy_item
)
(
void
*
));
#ifdef __cplusplus
...
...
Please
register
or
sign in
to post a comment