mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 18:51:27 +00:00
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
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user