Implement 'git checkout --patch'
[gitweb.git] / commit.h
index ba9f63813eba004ae409eba8741266a074161239..339f1f6f041d2a2af1305021a8b047f1a5962c16 100644 (file)
--- a/commit.h
+++ b/commit.h
@@ -137,6 +137,8 @@ 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 run_add_interactive(const char *revision, const char *patch_mode,
+                              const char **pathspec);
 
 static inline int single_parent(struct commit *commit)
 {