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
0a06c196
...
0a06c19662e7e9ff3e5f23a9230a2fcf168f7d71
authored
2002-09-26 14:19:31 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(util_msglist_esccmd): Declaration updated.
1 parent
861aa3ba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
mail/util.c
mail/util.c
View file @
0a06c19
...
...
@@ -194,8 +194,8 @@ util_msglist_command (function_t *func, int argc, char **argv, int set_cursor)
cmd table, so will have a different argument signature. */
int
util_msglist_esccmd
(
int
(
*
escfunc
)
__P
((
int
,
char
**
,
struct
send_environ
*
)),
int
argc
,
char
**
argv
,
struct
send_environ
*
env
,
__P
((
int
,
char
**
,
compose_env_t
*
)),
int
argc
,
char
**
argv
,
compose_env_t
*
env
,
int
set_cursor
)
{
msgset_t
*
list
=
NULL
,
*
mp
;
...
...
Please
register
or
sign in
to post a comment