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
ccbb3271
...
ccbb3271243d07a8bf6f23ef11f1434431b0cd03
authored
2003-07-16 12:20:07 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(struct _list): Keep the linked list of associated iterators.
1 parent
3b47b098
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
mailbox/include/list0.h
mailbox/include/list0.h
View file @
ccbb327
...
...
@@ -26,6 +26,7 @@
#include <mailutils/list.h>
#include <mailutils/monitor.h>
#include <mailutils/iterator.h>
#ifdef __cplusplus
extern
"C"
{
...
...
@@ -44,6 +45,7 @@ struct _list
size_t
count
;
monitor_t
monitor
;
list_comparator_t
comp
;
struct
_iterator
*
itr
;
};
...
...
Please
register
or
sign in
to post a comment