X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=submodule.h;h=6fd3bb40702e5fb905eb4ae519d487e3c9f40073;hb=aa8b8f40df07972fad357420415ff9bbdf22dd9e;hp=dbda270873171c41f20c0f07b70773ce67c6a303;hpb=318d4013461dbd6fc6bbd05983fc4a9fd5465769;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,