mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-06 11:49:29 +00:00
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__ */
|