mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-31 18:33:11 +00:00
7 lines
176 B
C
7 lines
176 B
C
|
#ifndef __VIR_STORAGE_BACKEND_ISCSI_H__
|
||
|
# define __VIR_STORAGE_BACKEND_ISCSI_H__
|
||
|
|
||
|
int virStorageBackendISCSIDirectRegister(void);
|
||
|
|
||
|
#endif /* __VIR_STORAGE_BACKEND_ISCSI_H__ */
|