Usermode/libc - Fix strchr and strrchr behavior
[tpg/acess2.git] / KernelLand / Modules / Storage / LVM / include / lvm.h
index c106f77..804843b 100644 (file)
@@ -22,7 +22,8 @@ struct sLVM_VolType
 };
 
 
-extern int     LVM_AddVolume(const tLVM_VolType *Type, const char *Name, void *Ptr, size_t BlockSize, size_t BlockCount);
+extern void    *LVM_AddVolume(const tLVM_VolType *Type, const char *Name, void *Ptr, size_t BlockSize, size_t BlockCount);
+extern void    LVM_DelVolume(void *Handle);
 
 #endif
 

UCC git Repository :: git.ucc.asn.au