diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-01-11 22:31:06 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-01-12 01:06:08 -0800 |
commit | 758e915b8a220ebe967edf745eb699b30d501993 (patch) | |
tree | df307a7054027969c3081d18e383278359f682b4 /quote.h | |
parent | 5092d3ec21ab335e5908fd8abfe99bbc13812606 (diff) | |
download | git-758e915b8a220ebe967edf745eb699b30d501993.tar.gz |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |