Windows: avoid the "dup dance" when spawning a child process
[gitweb.git] / remote.h
index cdc3b5b159351b550f7136594e0d9f930177e576..8b7ecf9197f2a9210299c9700cc88a92a796f714 100644 (file)
--- a/remote.h
+++ b/remote.h
@@ -161,4 +161,7 @@ struct ref *guess_remote_head(const struct ref *head,
                              const struct ref *refs,
                              int all);
 
+/* Return refs which no longer exist on remote */
+struct ref *get_stale_heads(struct remote *remote, struct ref *fetch_map);
+
 #endif