Skip to content

Commit

Permalink
Added MMS_LIB_ERROR_UNSUPPORTED
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Feb 19, 2014
1 parent 49875a9 commit 163f712
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mms-lib/include/mms_lib_util.h
Expand Up @@ -26,7 +26,8 @@ typedef enum {
MMS_LIB_ERROR_IO,
MMS_LIB_ERROR_EXPIRED,
MMS_LIB_ERROR_NOSIM,
MMS_LIB_ERROR_ARGS
MMS_LIB_ERROR_ARGS,
MMS_LIB_ERROR_UNSUPPORTED
} MMSLibError;

/* One-time initialization */
Expand Down

0 comments on commit 163f712

Please sign in to comment.