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
2dde618f
...
2dde618fe411bda0b5a20b7ff74c1833a5d9720f
authored
2002-05-24 08:12:22 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Include definition for __PMT (Patch by Walter J. Mack <wmack@componentsw.com>)
1 parent
e06f8623
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
include/mailutils/types.h
include/mailutils/types.h
View file @
2dde618
...
...
@@ -28,6 +28,14 @@
# endif
#endif
#ifndef __PMT
# if defined PROTOTYPES || (defined __STDC__ && STDC__)
# define __PMT(Args) Args
# else
# define __PMT(Args) ()
# endif
#endif
#ifdef __cplusplus
extern
"C"
{
#endif
...
...
Please
register
or
sign in
to post a comment