1 2 3 4 5 6 7 8
#ifndef ISER_TRANSPORT #define ISER_TRANSPORT struct iscsi_conn; extern void iser_create_conn(struct iscsi_conn *conn); #endif