Code

Merge branch 'jm/mergetool-pathspec' into maint-1.7.6
[git.git] / transport.h
index e803c0e7baf3785fac35fca64072e05e4f668a26..161d724bba5c132950b45866286c558148560d01 100644 (file)
@@ -166,4 +166,7 @@ int transport_refs_pushed(struct ref *ref);
 void transport_print_push_status(const char *dest, struct ref *refs,
                  int verbose, int porcelain, int *nonfastforward);
 
+typedef void alternate_ref_fn(const struct ref *, void *);
+extern void for_each_alternate_ref(alternate_ref_fn, void *);
+
 #endif