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
1825096b
...
1825096badc48cc5b049f71dba37521a3f5e6db5
authored
2004-07-01 09:06:34 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(getitem): Changed declaration
1 parent
18654811
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/list.c
mailbox/list.c
View file @
1825096
...
...
@@ -389,7 +389,7 @@ next (void *owner)
}
static
int
getitem
(
void
*
owner
,
void
**
pret
)
getitem
(
void
*
owner
,
void
*
const
*
pret
)
{
struct
list_iterator
*
itr
=
owner
;
*
pret
=
itr
->
cur
->
item
;
...
...
Please
register
or
sign in
to post a comment