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
b6473f87
...
b6473f870880faba0ff8053da4c144926a389c8e
authored
2002-05-24 08:13:09 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
use __PMT in typedef
1 parent
2dde618f
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 @
b6473f8
...
...
@@ -33,7 +33,7 @@ extern int list_count __P ((list_t, size_t *pcount));
extern
int
list_remove
__P
((
list_t
,
void
*
item
));
extern
int
list_get
__P
((
list_t
,
size_t
_index
,
void
**
pitem
));
typedef
int
list_action_t
__P
((
void
*
item
,
void
*
cbdata
));
typedef
int
list_action_t
__P
MT
((
void
*
item
,
void
*
cbdata
));
extern
int
list_do
__P
((
list_t
list
,
list_action_t
*
action
,
void
*
cbdata
));
...
...
Please
register
or
sign in
to post a comment