bash prompt: avoid command substitution when checking for untracked files
[gitweb.git] / line-range.h
index 88aaf08b7f7f56f6ea7b1ed57490682e133874d6..ae3d0123b447c1c619695c2d0aaf619d1daaa991 100644 (file)
@@ -19,7 +19,8 @@ typedef const char *(*nth_line_fn_t)(void *data, long lno);
 extern int parse_range_arg(const char *arg,
                           nth_line_fn_t nth_line_cb,
                           void *cb_data, long lines,
-                          long *begin, long *end);
+                          long *begin, long *end,
+                          const char *path);
 
 /*
  * Scan past a range argument that could be parsed by