summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2012-02-20 00:15:11 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2012-02-20 00:15:11 -0800
commit4d9e079e826c9b51b610260564111fa8385f7581 (patch)
tree13a4e3a16efd510b3b15a2ce55cf3caeb00857aa /cache.h
parentMerge branch 'zj/term-columns' (diff)
parentmake lineno_width() from blame reusable for others (diff)
downloadtgif-4d9e079e826c9b51b610260564111fa8385f7581.tar.xz
Merge branch 'zj/decimal-width'
* zj/decimal-width: make lineno_width() from blame reusable for others Conflicts: cache.h pager.c
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cache.h b/cache.h
index 3a8e1258e7..422c5cfcb3 100644
--- a/cache.h
+++ b/cache.h
@@ -1178,6 +1178,7 @@ extern const char *pager_program;
extern int pager_in_use(void);
extern int pager_use_color;
extern int term_columns(void);
+extern int decimal_width(int);
extern const char *editor_program;
extern const char *askpass_program;