]> rtime.felk.cvut.cz Git - git.git/blobdiff - remote.h
move duplicated get_local_heads() to remote.c
[git.git] / remote.h
index a46a5be131caf1d1d71f97cab3c3ba2cebb6386c..56ca8b168f20622f8256fa64934004adac7bd0a4 100644 (file)
--- a/remote.h
+++ b/remote.h
@@ -137,4 +137,5 @@ enum match_refs_flags {
 int stat_tracking_info(struct branch *branch, int *num_ours, int *num_theirs);
 int format_tracking_info(struct branch *branch, struct strbuf *sb);
 
+struct ref *get_local_heads(void);
 #endif