projects
/
yaz4j-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
454da04
)
Remove useless typedef
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 17 Sep 2009 12:01:27 +0000
(14:01 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 17 Sep 2009 12:01:27 +0000
(14:01 +0200)
libyaz4j/include/zoom-extra.h
patch
|
blob
|
history
diff --git
a/libyaz4j/include/zoom-extra.h
b/libyaz4j/include/zoom-extra.h
index
3b39133
..
6d428a8
100644
(file)
--- a/
libyaz4j/include/zoom-extra.h
+++ b/
libyaz4j/include/zoom-extra.h
@@
-1,7
+1,7
@@
#ifndef INCLUDED_WRAPPER
#define INCLUDED_WRAPPER
#include <yaz/zoom.h>
-typedef struct CharStarByteArray
+struct CharStarByteArray
{
char* data;
long length;