aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/manconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'manconf.h')
-rw-r--r--manconf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/manconf.h b/manconf.h
index 0784b8d6..782269e7 100644
--- a/manconf.h
+++ b/manconf.h
@@ -42,10 +42,7 @@ struct manconf {
struct manpaths manpath;
};
-__BEGIN_DECLS
void manconf_parse(struct manconf *, const char *, char *, char *);
void manconf_output(struct manoutput *, const char *);
void manconf_free(struct manconf *);
-
-__END_DECLS