X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=common%2Fbuffer.h;h=a1a96ecc0685bef6f0f13ae614e2095939894849;hb=b2ab973f97473bce4671264cbdeaa3ea4e8b5b85;hp=d044114c9137e0150032f704cccbff1b090b1173;hpb=d66ec885e2c3680b1b42e5cf99b18865c6c1736c;p=apps%2Fpfixtools.git diff --git a/common/buffer.h b/common/buffer.h index d044114..a1a96ec 100644 --- a/common/buffer.h +++ b/common/buffer.h @@ -41,7 +41,7 @@ #include "str.h" #include "array.h" -typedef char_array_t buffer_t; +typedef A(char) buffer_t; #define BUFFER_INIT {NULL, 0, 0}