Tools/DiskTool - Splitting parts out to be shared with NetTest
[tpg/acess2.git] / Tools / DiskTool / src / include / disktool_common.h
diff --git a/Tools/DiskTool/src/include/disktool_common.h b/Tools/DiskTool/src/include/disktool_common.h
deleted file mode 100644 (file)
index 38703c2..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Acess2 DiskTool
- * - By John Hodge (thePowersGang)
- * 
- * include/disktool_common.h
- * - DiskTool internal API between native and kernel code
- */
-#ifndef _INCLUDE__DISKTOOL_COMMON_H_
-#define _INCLUDE__DISKTOOL_COMMON_H_
-
-extern void    DiskTool_Cleanup(void);
-
-extern int     DiskTool_RegisterLVM(const char *Identifier, const char *Path);
-extern int     DiskTool_MountImage(const char *Identifier, const char *Path);
-extern int     DiskTool_Copy(const char *Source, const char *Destination);
-extern int     DiskTool_ListDirectory(const char *Directory);
-extern int     DiskTool_Cat(const char *File);
-
-extern size_t  DiskTool_int_TranslatePath(char *Buffer, const char *Path);
-
-extern size_t  _fwrite_stdout(size_t bytes, const void *data);
-
-#endif
-

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