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
c6041adc
...
c6041adc76a9d770bde571073f9eb1e84a1384c7
authored
2004-07-05 07:05:52 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(iterator_set_getitem): Changed declaration
1 parent
70ba9f0a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
include/mailutils/iterator.h
include/mailutils/iterator.h
View file @
c6041ad
...
...
@@ -39,7 +39,7 @@ extern void iterator_advance (iterator_t iterator, void *e);
extern
int
iterator_set_first
(
iterator_t
,
int
(
*
first
)
(
void
*
));
extern
int
iterator_set_next
(
iterator_t
,
int
(
*
next
)
(
void
*
));
extern
int
iterator_set_getitem
(
iterator_t
,
int
(
*
getitem
)
(
void
*
,
void
*
const
*
));
int
(
*
getitem
)
(
void
*
,
void
**
));
extern
int
iterator_set_finished_p
(
iterator_t
,
int
(
*
finished_p
)
(
void
*
));
extern
int
iterator_set_dup
(
iterator_t
itr
,
...
...
Please
register
or
sign in
to post a comment