summaryrefslogtreecommitdiff
path: root/quote.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-01-12 06:31:06 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-01-12 09:06:08 (GMT)
commit758e915b8a220ebe967edf745eb699b30d501993 (patch)
treedf307a7054027969c3081d18e383278359f682b4 /quote.h
parent5092d3ec21ab335e5908fd8abfe99bbc13812606 (diff)
downloadgit-758e915b8a220ebe967edf745eb699b30d501993.zip
git-758e915b8a220ebe967edf745eb699b30d501993.tar.gz
git-758e915b8a220ebe967edf745eb699b30d501993.tar.bz2
quote.c: mark file-local function static
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'quote.h')
-rw-r--r--quote.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/quote.h b/quote.h
index 66730f2..f83eb23 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);