* add MU_IGNORE (for use in cleanup)

This commit is contained in:
Dirk-Jan C. Binnema 2010-01-03 13:41:11 +02:00
parent 340dd1f94e
commit a36ba0420b
1 changed files with 1 additions and 0 deletions

View File

@ -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 */
};