Fix ft_get_transport_id() prototype change in r3322

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3326 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2011-03-30 07:47:43 +00:00
parent 74ad38e101
commit fae29aba88

View File

@@ -137,7 +137,7 @@ int ft_tgt_release(struct scst_tgt *);
int ft_tgt_enable(struct scst_tgt *, bool);
bool ft_tgt_enabled(struct scst_tgt *);
int ft_report_aen(struct scst_aen *);
int ft_get_transport_id(struct scst_session *, uint8_t **);
int ft_get_transport_id(struct scst_tgt *, struct scst_session *, uint8_t **);
/*
* Session interface.