- we now build a libnat.a
[cacao.git] / nat / java_sql_Connection.h
1 /* This file is machine generated, don't edit it !*/
2
3 #ifndef _JAVA_SQL_CONNECTION_H
4 #define _JAVA_SQL_CONNECTION_H
5
6 /* Structure information for class: java/sql/Connection */
7
8 typedef struct java_sql_Connection {
9    java_objectheader header;
10 } java_sql_Connection;
11
12 #endif
13