Johannes Schindelin | 752c0c2 | 2009-10-19 14:38:32 +0200 | [diff] [blame] | 1 | #ifndef SUBMODULE_H |
| 2 | #define SUBMODULE_H |
| 3 | |
| 4 | void show_submodule_summary(FILE *f, const char *path, |
| 5 | unsigned char one[20], unsigned char two[20], |
Jens Lehmann | 721ceec | 2010-01-24 15:09:00 +0100 | [diff] [blame] | 6 | unsigned dirty_submodule, |
Johannes Schindelin | 752c0c2 | 2009-10-19 14:38:32 +0200 | [diff] [blame] | 7 | const char *del, const char *add, const char *reset); |
Jens Lehmann | ee6fc51 | 2010-01-16 18:42:24 +0100 | [diff] [blame] | 8 | int is_submodule_modified(const char *path); |
Johannes Schindelin | 752c0c2 | 2009-10-19 14:38:32 +0200 | [diff] [blame] | 9 | |
| 10 | #endif |