Move ABRThandler func out of internal lib

This commit is contained in:
Casey McGinty
2018-09-11 11:39:49 -07:00
parent 2a3967b7c4
commit d4337b6f1d
6 changed files with 71 additions and 71 deletions
+3
View File
@@ -95,6 +95,9 @@ int FIO_decompressMultipleFilenames(const char** srcNamesTable, unsigned nbFiles
const char* dictFileName);
/* custom crash signal handler */
void FIO_addAbortHandler(void);
#if defined (__cplusplus)
}
#endif