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