X-Git-Url: http://dolda2000.com/gitweb/?p=mctap.git;a=blobdiff_plain;f=src%2Futils.h;fp=src%2Futils.h;h=8358244d60df8333147dea401aff47deef059559;hp=3a1c41aac2fb2e9ac40a0a2a6043abadfce34c3b;hb=4969792065275ee0b997a4fa8841b00a93781a8e;hpb=4f6c7408011df0741cff090df878b5b362a38747 diff --git a/src/utils.h b/src/utils.h index 3a1c41a..8358244 100644 --- a/src/utils.h +++ b/src/utils.h @@ -67,6 +67,11 @@ struct buffer { size_t s, d; }; +struct intbuf { + int *b; + size_t s, d; +}; + struct charbuf { char *b; size_t s, d;