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
cee31522
...
cee31522edf04133270ac0bb349b1c62c9e1d6c5
authored
2003-07-16 12:18:46 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(iterator_get_list): New function.
1 parent
4d1d19b3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
include/mailutils/iterator.h
include/mailutils/iterator.h
View file @
cee3152
...
...
@@ -30,7 +30,8 @@ extern int iterator_first __P ((iterator_t));
extern
int
iterator_next
__P
((
iterator_t
));
extern
int
iterator_current
__P
((
iterator_t
,
void
**
pitem
));
extern
int
iterator_is_done
__P
((
iterator_t
));
extern
int
iterator_get_list
__P
((
iterator_t
iterator
,
list_t
*
plist
));
#ifdef __cplusplus
}
#endif
...
...
Please
register
or
sign in
to post a comment