summaryrefslogtreecommitdiff
path: root/add-interactive.h
diff options
context:
space:
mode:
Diffstat (limited to 'add-interactive.h')
-rw-r--r--add-interactive.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/add-interactive.h b/add-interactive.h
new file mode 100644
index 0000000..7043b87
--- /dev/null
+++ b/add-interactive.h
@@ -0,0 +1,8 @@
+#ifndef ADD_INTERACTIVE_H
+#define ADD_INTERACTIVE_H
+
+struct repository;
+struct pathspec;
+int run_add_i(struct repository *r, const struct pathspec *ps);
+
+#endif