Reformat with 2-space indents
[yaz4j-moved-to-github.git] / src / main / native / zoom-extra.h
1 #ifndef INCLUDED_WRAPPER
2 #define INCLUDED_WRAPPER
3 #include <yaz/zoom.h>
4
5 struct CharStarByteArray {
6     const char* data;
7     int length;
8 };
9 struct CharStarByteArray ZOOM_record_get_bytes(ZOOM_record rec, const char *type);
10 #endif
11