diff options
Diffstat (limited to 'libdex/OptInvocation.h')
-rw-r--r-- | libdex/OptInvocation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdex/OptInvocation.h b/libdex/OptInvocation.h index b01842627..e4c978ebf 100644 --- a/libdex/OptInvocation.h +++ b/libdex/OptInvocation.h @@ -30,8 +30,8 @@ extern "C" { /* * Utility routines, used by the VM. */ -int dexOptGenerateCacheFileName(const char* fileName, const char* subFileName, - char* nameBuf, unsigned int bufSize); +char* dexOptGenerateCacheFileName(const char* fileName, + const char* subFileName); int dexOptCreateEmptyHeader(int fd); /* some flags that get passed through to "dexopt" command */ |