X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=submodule.h;h=6fd3bb40702e5fb905eb4ae519d487e3c9f40073;hb=24e7a5be373c95f977bab4f0f41f736bb1d25075;hp=dbda270873171c41f20c0f07b70773ce67c6a303;hpb=34c071aea4aed9db484eca21c12dd443888f43ec;p=git.git diff --git a/submodule.h b/submodule.h index dbda27087..6fd3bb407 100644 --- a/submodule.h +++ b/submodule.h @@ -1,6 +1,9 @@ #ifndef SUBMODULE_H #define SUBMODULE_H +struct diff_options; + +void handle_ignore_submodules_arg(struct diff_options *diffopt, const char *); void show_submodule_summary(FILE *f, const char *path, unsigned char one[20], unsigned char two[20], unsigned dirty_submodule,