Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
l10n: git.pot: v2.18.0 round 1 (108 new, 14 removed)
[gitweb.git]
/
refspec.h
diff --git
a/refspec.h
b/refspec.h
index 7e1ff94ac99e58042d623624226a2aa93605a290..01b700e094f04459c2ddca8858bd558630a59966 100644
(file)
--- a/
refspec.h
+++ b/
refspec.h
@@
-41,4
+41,8
@@
void refspec_clear(struct refspec *rs);
int valid_fetch_refspec(const char *refspec);
+struct argv_array;
+void refspec_ref_prefixes(const struct refspec *rs,
+ struct argv_array *ref_prefixes);
+
#endif /* REFSPEC_H */