repo.or.cz
/
git
/
mjg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MSVC: Fix build by adding missing termios.h dummy
[git/mjg.git]
/
submodule.h
blob
4c0269d67933659da5ff81e53c21b5f25ca8cf9d
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
],
6
const char
*
del
,
const char
*
add
,
const char
*
reset
);
7
8
#endif