diff options
Diffstat (limited to 'apply.h')
| -rw-r--r-- | apply.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -167,6 +167,7 @@ int check_apply_state(struct apply_state *state, int force_apply); * Returns -1 on failure, the length of the parsed header otherwise. */ int parse_git_diff_header(struct strbuf *root, + const char *patch_input_file, int *linenr, int p_value, const char *line, |
