X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=quote.c;h=848d174cc56be32483ba6c73f9b06bc398ed6437;hb=e627e50a70677c057e984aea8bac4c27687e9614;hp=7a49fcf69671646a0d3ba6de6478cfc6767c31fe;hpb=417653777a1d073f53b2053cf0b0838a35cfc7d5;p=git.git diff --git a/quote.c b/quote.c index 7a49fcf69..848d174cc 100644 --- a/quote.c +++ b/quote.c @@ -272,8 +272,8 @@ void write_name_quoted(const char *name, FILE *fp, int terminator) fputc(terminator, fp); } -extern void write_name_quotedpfx(const char *pfx, size_t pfxlen, - const char *name, FILE *fp, int terminator) +void write_name_quotedpfx(const char *pfx, size_t pfxlen, + const char *name, FILE *fp, int terminator) { int needquote = 0;