change argument type of cs_support() API from cs_arch to int. this is to give us more flexibility to use this API to check other stuffs in future

This commit is contained in:
Nguyen Anh Quynh 2014-01-06 00:03:29 +08:00
parent a60ed8b044
commit 57aa8eca05

View File

@ -190,7 +190,7 @@ unsigned int cs_version(int *major, int *minor);
@return True if this library supports the given arch.
*/
bool cs_support(cs_arch arch);
bool cs_support(int arch);
/*
Initialize CS handle: this must be done before any usage of CS.