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
c8f258e3
...
c8f258e3c01e88d84777642a6b412a059aa673ee
authored
2002-12-31 02:56:55 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Enclosed declarations in extern "C" block
1 parent
82f02ef3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
include/mailutils/argp.h
include/mailutils/argp.h
View file @
c8f258e
...
...
@@ -44,6 +44,10 @@ extern int log_facility;
extern
int
mu_argp_error_code
;
extern
char
*
mu_license_text
;
#ifdef __cplusplus
extern
"C"
{
#endif
extern
void
mu_create_argcv
__P
((
const
char
*
capa
[],
int
argc
,
char
**
argv
,
int
*
p_argc
,
char
***
p_argv
));
...
...
@@ -57,5 +61,9 @@ extern int mu_register_capa __P((const char *name, struct argp_child *child));
extern
void
mu_print_options
__P
((
void
));
extern
const
char
*
mu_check_option
__P
((
char
*
name
));
#ifdef __cplusplus
}
#endif
#endif
...
...
Please
register
or
sign in
to post a comment