X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=submodule.h;h=233696555e913d20b6a6c7c21942586c93595541;hb=79286102ce1620c5b0e73dc4559450eb24918e08;hp=4c0269d67933659da5ff81e53c21b5f25ca8cf9d;hpb=4075d27a65e00e8eb5124b70a37f6d25c5b14d35;p=git.git diff --git a/submodule.h b/submodule.h index 4c0269d67..233696555 100644 --- a/submodule.h +++ b/submodule.h @@ -3,6 +3,8 @@ void show_submodule_summary(FILE *f, const char *path, unsigned char one[20], unsigned char two[20], + unsigned dirty_submodule, const char *del, const char *add, const char *reset); +int is_submodule_modified(const char *path); #endif