X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=tree-walk.h;h=196831007e618f808661bf4b7f54030890f48563;hb=98ac7815086fc472e5a657af79c070b213279d7a;hp=805f58f00f6f0d4c9e6f6f05520bd1cd62d5f661;hpb=d94cecfe7525606070163437f7c59a51650f9e56;p=thirdparty%2Fgit.git diff --git a/tree-walk.h b/tree-walk.h index 805f58f00f..196831007e 100644 --- a/tree-walk.h +++ b/tree-walk.h @@ -1,6 +1,8 @@ #ifndef TREE_WALK_H #define TREE_WALK_H +struct strbuf; + struct name_entry { const struct object_id *oid; const char *path;