* add MU_IGNORE (for use in cleanup)
This commit is contained in:
@ -22,6 +22,7 @@
|
||||
|
||||
enum _MuResult {
|
||||
MU_OK, /* all went ok */
|
||||
MU_IGNORE, /* ignore this */
|
||||
MU_STOP, /* user wants to stop */
|
||||
MU_ERROR /* some error occured */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user