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