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
d484612d
...
d484612d3ac902222142a5fd51e687ad99ea2d7d
authored
2003-07-26 11:07:04 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(send_parameter_list): Minor change
1 parent
adfe9d9c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
imap4d/fetch.c
imap4d/fetch.c
View file @
d484612
...
...
@@ -53,7 +53,7 @@ static int fetch_uid __P ((struct fetch_command *, char**));
static
int
fetch_envelope0
__P
((
message_t
));
static
int
fetch_bodystructure0
__P
((
message_t
,
int
));
static
int
bodystructure
__P
((
message_t
,
int
));
static
void
send_parameter_list
__P
((
char
*
));
static
void
send_parameter_list
__P
((
c
onst
c
har
*
));
static
int
fetch_operation
__P
((
message_t
,
char
**
,
int
));
static
int
fetch_message
__P
((
message_t
,
unsigned
long
,
unsigned
long
));
static
int
fetch_header
__P
((
message_t
,
unsigned
long
,
unsigned
long
));
...
...
@@ -1483,7 +1483,7 @@ fetch_send_address (const char *addr)
/* Send parameter list for the bodystructure. */
static
void
send_parameter_list
(
char
*
buffer
)
send_parameter_list
(
c
onst
c
har
*
buffer
)
{
int
argc
=
0
;
char
**
argv
;
...
...
Please
register
or
sign in
to post a comment