open-isns: Fix warnings reported by gcc-4.5.2
[open-iscsi.git] / usr / cxgbi.h
blobbd466031967fec2df8bd17bacfffcf84bf8f63e5
1 #ifndef CXGBI_TRANSPORT
2 #define CXGBI_TRANSPORT
4 struct iscsi_conn;
6 extern void cxgbi_create_conn(struct iscsi_conn *conn);
8 #endif