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
8cc6ed8c
...
8cc6ed8c2c005dc7e2a2f7bc7fd112e508fd0caf
authored
2002-05-13 15:51:15 +0000
by
Sam Roberts
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Removed dependency on mailutils.
1 parent
1233320d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
lib/mu_asprintf.h
lib/mu_asprintf.h
View file @
8cc6ed8
...
...
@@ -17,7 +17,13 @@
#ifndef MUASPRINTF_H
#define MUASPRINTF_H
#include <mailutils/mu_features.h>
#ifndef __P
# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
# define __P(args) args
# else
# define __P(args) ()
# endif
#endif
/*__P */
#include <stdarg.h>
...
...
Please
register
or
sign in
to post a comment