These are not used outside this file and are not declared.
Signed-off-by: John Keeping <john@keeping.me.uk>
* ripped from git and modified to use globals instead of
* a special callback-struct.
*/
* ripped from git and modified to use globals instead of
* a special callback-struct.
*/
-char *diffbuf = NULL;
-int buflen = 0;
+static char *diffbuf = NULL;
+static int buflen = 0;
static int filediff_cb(void *priv, mmbuffer_t *mb, int nbuf)
{
static int filediff_cb(void *priv, mmbuffer_t *mb, int nbuf)
{