summaryrefslogtreecommitdiff
path: root/log-tree.h
diff options
context:
space:
mode:
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>2008-09-04 21:39:21 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-09-05 00:01:41 (GMT)
commitcab4feb67db64d3d201145d9748b33d148f96185 (patch)
tree75f1cb9ff454e621d7b91ed139ce550ae0c007c0 /log-tree.h
parent5e9bf11c1a3052f01f86d7eb28ae4c5b8d9c7495 (diff)
downloadgit-cab4feb67db64d3d201145d9748b33d148f96185.zip
git-cab4feb67db64d3d201145d9748b33d148f96185.tar.gz
git-cab4feb67db64d3d201145d9748b33d148f96185.tar.bz2
move load_ref_decorations() to log-tree.c and export it
log-tree.c is the ideal place for load_ref_decorations() and its helper functions to live in, because the variable name_decoration they're operating on is already located there, so move them thither. Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'log-tree.h')
-rw-r--r--log-tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/log-tree.h b/log-tree.h
index 59ba4c4..3c8127b 100644
--- a/log-tree.h
+++ b/log-tree.h
@@ -17,5 +17,6 @@ void log_write_email_headers(struct rev_info *opt, const char *name,
const char **subject_p,
const char **extra_headers_p,
int *need_8bit_cte_p);
+void load_ref_decorations(void);
#endif