summaryrefslogtreecommitdiff
path: root/usr/be2iscsi.h
blob: 9e5c727d09edba48b04c4320b2714b4823588f61 (plain)
1
2
3
4
5
6
7
8
#ifndef BE2ISCSI_TRANSPORT
#define BE2ISCSI_TRANSPORT

struct iscsi_conn;

extern void be2iscsi_create_conn(struct iscsi_conn *conn);

#endif