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
e0f85d37
...
e0f85d375556ebe4e693d8632e6078a2ddca0a57
authored
2004-07-01 09:05:29 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(struct _iterator.getitem): Changed declaration
1 parent
1a953a29
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
mailbox/include/iterator0.h
mailbox/include/iterator0.h
View file @
e0f85d3
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000 Free Software Foundation, Inc.
Copyright (C) 1999, 2000
, 2004
Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
@@ -38,7 +38,7 @@ struct _iterator
int
(
*
destroy
)
(
iterator_t
itr
,
void
*
owner
);
int
(
*
first
)
(
void
*
owner
);
int
(
*
next
)
(
void
*
owner
);
int
(
*
getitem
)
(
void
*
owner
,
void
**
pret
);
int
(
*
getitem
)
(
void
*
owner
,
void
*
const
*
pret
);
int
(
*
curitem_p
)
(
void
*
owner
,
void
*
item
);
int
(
*
finished_p
)
(
void
*
owner
);
};
...
...
Please
register
or
sign in
to post a comment