]> git.ipfire.org Git - thirdparty/git.git/blobdiff - add-interactive.h
built-in add -i: start implementing the `patch` functionality in C
[thirdparty/git.git] / add-interactive.h
index 7043b8741d7bd367f8b347093feac23f55d92879..0e3d93acc93264dbac31be413cd1c08006a83dba 100644 (file)
@@ -4,5 +4,6 @@
 struct repository;
 struct pathspec;
 int run_add_i(struct repository *r, const struct pathspec *ps);
+int run_add_p(struct repository *r, const struct pathspec *ps);
 
 #endif