From 52fae7de4e8455dad048f1b8a645729571c42848 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Thu, 7 Jun 2007 22:45:00 +0200 Subject: Missing statics. Signed-off-by: Pierre Habouzit Signed-off-by: Junio C Hamano --- xdiff/xemit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xdiff') diff --git a/xdiff/xemit.c b/xdiff/xemit.c index 78b1d4b8b..4b6e63911 100644 --- a/xdiff/xemit.c +++ b/xdiff/xemit.c @@ -99,8 +99,8 @@ static void xdl_find_func(xdfile_t *xf, long i, char *buf, long sz, long *ll) { } -int xdl_emit_common(xdfenv_t *xe, xdchange_t *xscr, xdemitcb_t *ecb, - xdemitconf_t const *xecfg) { +static int xdl_emit_common(xdfenv_t *xe, xdchange_t *xscr, xdemitcb_t *ecb, + xdemitconf_t const *xecfg) { xdfile_t *xdf = &xe->xdf1; const char *rchg = xdf->rchg; long ix; -- cgit v1.2.1