X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/80e2389990082500d76eb566d4946be3e786c3ef..d8f41ccd20de16f8ebe2ccc84d47bf1cb2b26bbb:/utilities/src/fileIo.h diff --git a/utilities/src/fileIo.h b/utilities/src/fileIo.h deleted file mode 100644 index f23ba03c..00000000 --- a/utilities/src/fileIo.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * Copyright (c) 2005-2007,2010 Apple Inc. All Rights Reserved. - */ - -#include - -/* - * Read entire file. - */ -#ifdef __cplusplus -extern "C" { -#endif - -int readFile( - const char *fileName, - unsigned char **bytes, // mallocd and returned - size_t *numBytes); // returned - -int writeFile( - const char *fileName, - const unsigned char *bytes, - size_t numBytes); - -#ifdef __cplusplus -} -#endif