X-Git-Url: https://git.octo.it/?p=git.git;a=blobdiff_plain;f=strbuf.h;h=74cc012c2c62d05cb773c6dd4776af0fdc237dfb;hp=da678e506fcb6219f73d07982b057192cb30beb3;hb=HEAD;hpb=d1df5743809614241883ecad51876607cf432034 diff --git a/strbuf.h b/strbuf.h index da678e50..74cc012c 100644 --- a/strbuf.h +++ b/strbuf.h @@ -4,7 +4,7 @@ struct strbuf { int alloc; int len; int eof; - unsigned char *buf; + char *buf; }; extern void strbuf_init(struct strbuf *);