X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=quote.c;h=848d174cc56be32483ba6c73f9b06bc398ed6437;hb=2af202be3d2f128c6974290cabe13179c6462196;hp=7a49fcf69671646a0d3ba6de6478cfc6767c31fe;hpb=b91ffd37d5c18046f7b0bf47e939273bead9e52e;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;