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
7caee580
...
7caee580a42906ae855c81b7440f0c18e86657a8
authored
2001-12-13 04:27:46 +0000
by
Sam Roberts
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed warnings about functions called without prototypes.
1 parent
5c987eb1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
lib/argcv.c
lib/xmalloc.c
lib/argcv.c
View file @
7caee58
...
...
@@ -15,6 +15,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <ctype.h>
#include "argcv.h"
/*
...
...
lib/xmalloc.c
View file @
7caee58
...
...
@@ -21,6 +21,8 @@
#include <sys/types.h>
#include <mailutils/error.h>
#if STDC_HEADERS
# include <stdlib.h>
#else
...
...
Please
register
or
sign in
to post a comment