From: Adam Dickmeiss Date: Thu, 17 Sep 2009 12:01:27 +0000 (+0200) Subject: Remove useless typedef X-Git-Tag: v1.0~27 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=41dfa938236756ad54b8b8031636325be1cbe0ad;p=yaz4j-moved-to-github.git Remove useless typedef --- diff --git a/libyaz4j/include/zoom-extra.h b/libyaz4j/include/zoom-extra.h index 3b39133..6d428a8 100644 --- a/libyaz4j/include/zoom-extra.h +++ b/libyaz4j/include/zoom-extra.h @@ -1,7 +1,7 @@ #ifndef INCLUDED_WRAPPER #define INCLUDED_WRAPPER #include -typedef struct CharStarByteArray +struct CharStarByteArray { char* data; long length;