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 <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
13b5af22f3
commit
9123d5ddfe
5
apply.h
5
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,
|
||||
|
Reference in New Issue
Block a user