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
1439eb8c
...
1439eb8c94bd9ae56e2834fdbf9f9c8ae99847ed
authored
2004-06-04 23:22:27 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(list_set_destroy_item): Minor fix
1 parent
a26dd5c4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mailbox/list.c
mailbox/list.c
View file @
1439eb8
...
...
@@ -336,6 +336,7 @@ list_set_destroy_item (list_t list, void (*destroy_item)(void *item))
if
(
list
==
NULL
)
return
EINVAL
;
list
->
destroy_item
=
destroy_item
;
return
0
;
}
int
...
...
Please
register
or
sign in
to post a comment