Introduce entry point add_interactive and add_files_to_cache
[gitweb.git] / commit.h
index b779de8cbca74220aeebbc1df194b5f7301f51d0..b50c30e255340ecfcb7167e899ef7c16bc562bd3 100644 (file)
--- a/commit.h
+++ b/commit.h
@@ -128,4 +128,8 @@ extern struct commit_list *get_shallow_commits(struct object_array *heads,
                int depth, int shallow_flag, int not_shallow_flag);
 
 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);
+
 #endif /* COMMIT_H */