X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=commit.h;h=43940e2bddcc34d2b74d2ddb76c045939c413c52;hb=67e223edc4013b0b3b1caad336e4a43f6d4c66b8;hp=b3c3bb70c5e737ed18df7ca665c85e339e1f3292;hpb=2df7683b6e1eace60994244da7d23ea96e17fdc6;p=git.git diff --git a/commit.h b/commit.h index b3c3bb70c..43940e2bd 100644 --- a/commit.h +++ b/commit.h @@ -161,7 +161,7 @@ extern struct commit_list *get_shallow_commits(struct object_array *heads, int is_descendant_of(struct commit *, struct commit_list *); int in_merge_bases(struct commit *, struct commit **, int); -extern int interactive_add(int argc, const char **argv, const char *prefix); +extern int interactive_add(int argc, const char **argv, const char *prefix, int patch); extern int run_add_interactive(const char *revision, const char *patch_mode, const char **pathspec);