X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fgbuf.h;h=daf0bfbb6b74be7729c3aa34b56e31d46cae1772;hb=d047dae8f369ac5cbc3dedf8907b2c05694bb892;hp=f0e618bf616d40e7a688b58461cb67d05fe28bc0;hpb=59e023bb0dc1868bb2b58d1a648e2c9d9dbb4c0e;p=libucw.git diff --git a/lib/gbuf.h b/lib/gbuf.h index f0e618bf..daf0bfbb 100644 --- a/lib/gbuf.h +++ b/lib/gbuf.h @@ -16,7 +16,7 @@ #define BUF_T GBUF_PREFIX(t) -typedef struct +typedef struct BUF_T { uns len; GBUF_TYPE *ptr;