summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-12-31 02:56:55 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-12-31 02:56:55 +0000
commitc8f258e3c01e88d84777642a6b412a059aa673ee (patch)
tree6aec8e1e7bff8a70a6370cd727379d551c57f180 /include
parent82f02ef3dc63650489f97887a3c85d26a7d41bc3 (diff)
downloadmailutils-c8f258e3c01e88d84777642a6b412a059aa673ee.tar.gz
mailutils-c8f258e3c01e88d84777642a6b412a059aa673ee.tar.bz2
Enclosed declarations in extern "C" block
Diffstat (limited to 'include')
-rw-r--r--include/mailutils/argp.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/mailutils/argp.h b/include/mailutils/argp.h
index d8e594236..7424d51a1 100644
--- a/include/mailutils/argp.h
+++ b/include/mailutils/argp.h
@@ -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

Return to:

Send suggestions and report system problems to the System administrator.