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
dd426a32
...
dd426a328696d7dbfa696804c56d9156eaff7f1c
authored
2002-09-12 11:05:39 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Removed include <argp.h>
1 parent
4029dc3a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
mh/mh.h
mh/mh_error.c
mh/mh.h
View file @
dd426a3
...
...
@@ -20,7 +20,6 @@
#endif
#include <stdlib.h>
#include <unistd.h>
#include <argp.h>
#include <mh_getopt.h>
#include <string.h>
...
...
mh/mh_error.c
View file @
dd426a3
...
...
@@ -21,7 +21,6 @@
#include <stdio.h>
#include <stdarg.h>
#include <argp.h>
void
mh_error
(
const
char
*
fmt
,
...)
...
...
Please
register
or
sign in
to post a comment