X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=convert.h;fp=convert.h;h=76c654385d813bfc72b9be44a11272ff9b87228f;hb=ef3ca95475ce467ae883cc8175ed40e6f7d27800;hp=01385d92886223ab7b1d951d12c5de9b07612401;hpb=1d89318c48d233d52f1db230cf622935ac3c69fa;p=thirdparty%2Fgit.git diff --git a/convert.h b/convert.h index 01385d9288..76c654385d 100644 --- a/convert.h +++ b/convert.h @@ -7,6 +7,8 @@ #include "string-list.h" struct index_state; +struct object_id; +struct strbuf; #define CONV_EOL_RNDTRP_DIE (1<<0) /* Die if CRLF to LF to CRLF is different */ #define CONV_EOL_RNDTRP_WARN (1<<1) /* Warn if CRLF to LF to CRLF is different */