mirror of
https://github.com/wiiu-env/libmocha.git
synced 2024-11-08 21:15:06 +01:00
Add missing typedef to MochaUtilStatus
This commit is contained in:
parent
c7047212aa
commit
819adf8030
@ -8,7 +8,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
enum MochaUtilsStatus {
|
||||
typedef enum MochaUtilsStatus {
|
||||
MOCHA_RESULT_SUCCESS = 0,
|
||||
MOCHA_RESULT_INVALID_ARGUMENT = -0x01,
|
||||
MOCHA_RESULT_MAX_CLIENT = -0x02,
|
||||
@ -16,7 +16,7 @@ enum MochaUtilsStatus {
|
||||
MOCHA_RESULT_UNSUPPORTED_COMMAND = -0x11,
|
||||
MOCHA_RESULT_LIB_UNINITIALIZED = -0x20,
|
||||
MOCHA_RESULT_UNKNOWN_ERROR = -0x100,
|
||||
};
|
||||
} MochaUtilsStatus;
|
||||
|
||||
/**
|
||||
* Initializes the mocha lib. Needs to be called before any other functions can be used
|
||||
|
Loading…
Reference in New Issue
Block a user