Skip to content

Commit

Permalink
Added more error codes
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Feb 19, 2014
1 parent 5e7ba4e commit 91789e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mms-lib/include/mms_lib_util.h
Expand Up @@ -24,7 +24,9 @@ typedef enum {
MMS_LIB_ERROR_ENCODE,
MMS_LIB_ERROR_DECODE,
MMS_LIB_ERROR_IO,
MMS_LIB_ERROR_EXPIRED
MMS_LIB_ERROR_EXPIRED,
MMS_LIB_ERROR_NOSIM,
MMS_LIB_ERROR_ARGS
} MMSLibError;

/* One-time initialization */
Expand Down

0 comments on commit 91789e8

Please sign in to comment.