From 758e915b8a220ebe967edf745eb699b30d501993 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 11 Jan 2010 22:31:06 -0800 Subject: quote.c: mark file-local function static Signed-off-by: Junio C Hamano --- quote.h | 1 - 1 file changed, 1 deletion(-) (limited to 'quote.h') diff --git a/quote.h b/quote.h index 66730f2bff..f83eb233c4 100644 --- a/quote.h +++ b/quote.h @@ -45,7 +45,6 @@ extern char *sq_dequote(char *); * next argument that should be passed as first parameter. When there * is no more argument to be dequoted, "next" is updated to point to NULL. */ -extern char *sq_dequote_step(char *arg, char **next); extern int sq_dequote_to_argv(char *arg, const char ***argv, int *nr, int *alloc); extern int unquote_c_style(struct strbuf *, const char *quoted, const char **endp); -- cgit v1.2.3