diff options
Diffstat (limited to 'add-interactive.h')
-rw-r--r-- | add-interactive.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/add-interactive.h b/add-interactive.h new file mode 100644 index 0000000000..7043b8741d --- /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 |