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
544820d6
...
544820d6a3a922c946da30f07fe42b48abdac71d
authored
2004-08-20 14:54:33 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(list_set_destroy_item): Use __PMT in nested declarations.
1 parent
dd8e421f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
include/mailutils/list.h
include/mailutils/list.h
View file @
544820d
...
...
@@ -46,7 +46,7 @@ typedef int (*list_comparator_t) __PMT((const void*, const void*));
extern
list_comparator_t
list_set_comparator
__P
((
list_t
,
list_comparator_t
));
extern
int
list_set_destroy_item
__P
((
list_t
list
,
void
(
*
destoy_item
)
__P
((
void
*
))));
extern
int
list_set_destroy_item
__P
((
list_t
list
,
void
(
*
destoy_item
)
__P
MT
((
void
*
))));
#ifdef __cplusplus
...
...
Please
register
or
sign in
to post a comment