X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=pathspec.h;h=a6525a65517bd08921ad836880184048e93c4cfa;hb=2a59a6ef2066c786b69253e148cccdc92cfdb434;hp=099a170c2ef6eb01bee98c7ebf638f34655fda86;hpb=564710379b4aa8300c25502b6090e50b8ea74bf5;p=thirdparty%2Fgit.git diff --git a/pathspec.h b/pathspec.h index 099a170c2e..a6525a6551 100644 --- a/pathspec.h +++ b/pathspec.h @@ -1,6 +1,8 @@ #ifndef PATHSPEC_H #define PATHSPEC_H +struct index_state; + /* Pathspec magic */ #define PATHSPEC_FROMTOP (1<<0) #define PATHSPEC_MAXDEPTH (1<<1)