From fae29aba88b3af6ea147f15545c098686269b11b Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Wed, 30 Mar 2011 07:47:43 +0000 Subject: [PATCH] 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 --- fcst/fcst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fcst/fcst.h b/fcst/fcst.h index b7569542b..5a98ca7cb 100644 --- a/fcst/fcst.h +++ b/fcst/fcst.h @@ -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.