X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fgbuf.h;h=daf0bfbb6b74be7729c3aa34b56e31d46cae1772;hb=c47f8dd7a1e5a7fface9512f578b3451e16f7e04;hp=a5b71498d6fe75d728e556c4831b576beade13b7;hpb=1b8b31303d494d41de2c99897d2e95182b08c33d;p=libucw.git diff --git a/lib/gbuf.h b/lib/gbuf.h index a5b71498..daf0bfbb 100644 --- a/lib/gbuf.h +++ b/lib/gbuf.h @@ -14,11 +14,9 @@ * of the GNU Lesser General Public License. */ -#include - #define BUF_T GBUF_PREFIX(t) -typedef struct +typedef struct BUF_T { uns len; GBUF_TYPE *ptr;