X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=submodule.h;h=6fd3bb40702e5fb905eb4ae519d487e3c9f40073;hb=452c6d506b1a6dcf24d4ceaa592afc39c1c1a60e;hp=dbda270873171c41f20c0f07b70773ce67c6a303;hpb=799c34449e6e54c7e5fc0c623115ada4c868c64d;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,