X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=quote.h;h=f83eb233c4b153c4c073b3ccd5bf2f5dd926b739;hb=d6bf0cf9bf59257d587e37a6b689a22dc8a9092a;hp=66730f2bff3cee42bc7c670e2a6d7da240db1d08;hpb=d91ba8fa88a83ec70588700a56c8a4c1e8beb1be;p=git.git diff --git a/quote.h b/quote.h index 66730f2bf..f83eb233c 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);