Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
make lineno_width() from blame reusable for others
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index 9bd8c2d06c80c958b5f654fe16e7294883e49a30..24732e6caf8ba30b44a5aa5f40eb5756d164daf4 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-1176,6
+1176,7
@@
extern void setup_pager(void);
extern const char *pager_program;
extern int pager_in_use(void);
extern int pager_use_color;
+extern int decimal_width(int);
extern const char *editor_program;
extern const char *askpass_program;