worktree.c: get_worktrees() takes a new flag argument
[gitweb.git] / worktree.h
index 90e1311fa73fa6bdde5249d68818eacb6dc8edd0..2e68d4ad86ca935703011694d3452880b593bcad 100644 (file)
@@ -23,7 +23,7 @@ struct worktree {
  * The caller is responsible for freeing the memory from the returned
  * worktree(s).
  */
-extern struct worktree **get_worktrees(void);
+extern struct worktree **get_worktrees(unsigned flags);
 
 /*
  * Return git dir of the worktree. Note that the path may be relative.