X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=commit.h;h=10e2b5d4cfdc7ac129ead711421ccc51d2667f02;hb=79f43f3de8d992f141e1b08ab8f7bce5e66947f9;hp=aa679867a9376496febd5105121b1f49f3ff96a4;hpb=53b2c823f6e862e0c83a4a25bab43e8c32e9c289;p=git.git diff --git a/commit.h b/commit.h index aa679867a..10e2b5d4c 100644 --- a/commit.h +++ b/commit.h @@ -113,8 +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 void add_files_to_cache(int verbose, const char *prefix, const char **files); +extern int interactive_add(int argc, const char **argv, const char *prefix); extern int rerere(void); static inline int single_parent(struct commit *commit)