diff options
Diffstat (limited to 'submodule.h')
-rw-r--r-- | submodule.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/submodule.h b/submodule.h index 4c0269d679..233696555e 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 |