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
2800b90e
...
2800b90e82823fb702395d3d0f4c3c88760325a2
authored
2005-11-14 21:58:20 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Include <mailutils/error.h>
1 parent
a7041e00
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
examples/argcv.c
examples/argcv.c
View file @
2800b90
...
...
@@ -26,6 +26,7 @@
#include <unistd.h>
#include <getline.h>
#include <mailutils/argcv.h>
#include <mailutils/error.h>
int
main
(
int
argc
,
char
**
argv
)
...
...
@@ -37,7 +38,7 @@ main(int argc, char **argv)
while
(
getline
(
&
buf
,
&
n
,
stdin
)
>
0
)
{
int
status
,
i
,
c
;
int
status
,
c
;
char
**
v
;
char
*
s
;
...
...
Please
register
or
sign in
to post a comment