blob: 233696555e913d20b6a6c7c21942586c93595541 [file] [log] [blame]
Johannes Schindelin752c0c22009-10-19 14:38:32 +02001#ifndef SUBMODULE_H
2#define SUBMODULE_H
3
4void show_submodule_summary(FILE *f, const char *path,
5 unsigned char one[20], unsigned char two[20],
Jens Lehmann721ceec2010-01-24 15:09:00 +01006 unsigned dirty_submodule,
Johannes Schindelin752c0c22009-10-19 14:38:32 +02007 const char *del, const char *add, const char *reset);
Jens Lehmannee6fc512010-01-16 18:42:24 +01008int is_submodule_modified(const char *path);
Johannes Schindelin752c0c22009-10-19 14:38:32 +02009
10#endif