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
e2542d4b
...
e2542d4b04a4d0f51780b46f77e907d8e8a4db44
authored
2002-11-04 10:46:46 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
include <mailutils/argp.h>
1 parent
65a3bd97
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
examples/mta.c
examples/mta.c
View file @
e2542d4
...
...
@@ -51,13 +51,13 @@
#include <getopt.h>
#include <string.h>
#include <pwd.h>
#include <argp.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <mu_asprintf.h>
#include <mailutils/argcv.h>
#include <mailutils/argp.h>
#include <mailutils/mailutils.h>
FILE
*
diag
=
NULL
;
/* diagnostic output */
...
...
Please
register
or
sign in
to post a comment