X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=commit.h;h=10e2b5d4cfdc7ac129ead711421ccc51d2667f02;hb=79f43f3de8d992f141e1b08ab8f7bce5e66947f9;hp=f450aae8aa38cfc96bce8a55e418a090c44c216d;hpb=31cbb5d96151891491168d3f813e6898c9ef825b;p=git.git diff --git a/commit.h b/commit.h index f450aae8a..10e2b5d4c 100644 --- a/commit.h +++ b/commit.h @@ -113,7 +113,7 @@ extern struct commit_list *get_shallow_commits(struct object_array *heads, int in_merge_bases(struct commit *, struct commit **, int); -extern int interactive_add(void); +extern int interactive_add(int argc, const char **argv, const char *prefix); extern int rerere(void); static inline int single_parent(struct commit *commit)