From 9123d5ddfe1c701a47d034403d302d57acf3e8bb Mon Sep 17 00:00:00 2001 From: Christian Couder Date: Sun, 4 Sep 2016 22:18:23 +0200 Subject: apply: make some parsing functions static again Some parsing functions that were used in both "apply.c" and "builtin/apply.c" are now only used in the former, so they can be made static to "apply.c". Signed-off-by: Christian Couder Signed-off-by: Junio C Hamano --- apply.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'apply.h') diff --git a/apply.h b/apply.h index 28cbe6c990..51b983bf7d 100644 --- a/apply.h +++ b/apply.h @@ -97,11 +97,6 @@ struct apply_state { int applied_after_fixing_ws; }; -extern int parse_whitespace_option(struct apply_state *state, - const char *option); -extern int parse_ignorewhitespace_option(struct apply_state *state, - const char *option); - extern int apply_option_parse_exclude(const struct option *opt, const char *arg, int unset); extern int apply_option_parse_include(const struct option *opt, -- cgit v1.2.3