mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-31 08:55:22 +00:00
f0bf1be3e7
Introducing the pool as a noop. Integration inside the build system. Implementation will be in the following commits. Signed-off-by: Clementine Hayat <clem@lse.epita.fr> Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
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__ */
|