From 2d083413a150bf0bc06167e9911a82a9279186fa Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 7 Nov 2009 10:15:23 +0000 Subject: [PATCH] Fixed a sparse error that was introduced in r1324. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1327 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/kernel/iscsi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iscsi-scst/kernel/iscsi.h b/iscsi-scst/kernel/iscsi.h index ae262527f..c8e73d303 100644 --- a/iscsi-scst/kernel/iscsi.h +++ b/iscsi-scst/kernel/iscsi.h @@ -514,7 +514,7 @@ extern int iscsi_param_set(struct iscsi_target *, struct iscsi_kern_param_info *, int); /* event.c */ -extern int event_send(u32, u64, u32, u32); +extern int event_send(u32, u64, u32, enum iscsi_kern_event_code); extern int event_init(void); extern void event_exit(void);