mie: add status codes
This commit is contained in:
8
mie/include/mie/status.h
Normal file
8
mie/include/mie/status.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef MIE_STATUS_H_
|
||||
#define MIE_STATUS_H_
|
||||
|
||||
enum mie_status {
|
||||
MIE_OK = 0,
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user