X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=include%2Fgsm-common.h;h=dbbe24ab9d2f396235fd4126fde9e71a5d65175c;hp=2ae6974fd17a83c823ce643c63e012490aac6fad;hb=refs%2Fheads%2Fuc;hpb=833e1c7c90e13ceaba3dde8e7a36fcc8dfb1db3c diff --git a/include/gsm-common.h b/include/gsm-common.h index 2ae6974..dbbe24a 100644 --- a/include/gsm-common.h +++ b/include/gsm-common.h @@ -69,8 +69,8 @@ #define GSM_MAX_REVISION_LENGTH (20) #define GSM_MAX_MODEL_LENGTH (10) -/* In 6210 test 57 there seems to be 75 chars */ -#define NM_MAX_SCREEN_WIDTH 75 +/* In 6210 test 57 there seems to be 75 chars */ +#define NM_MAX_SCREEN_WIDTH 75 /* Power source types */ typedef enum { @@ -301,11 +301,11 @@ typedef enum { GE_WRONGCOLORS, /* Wrong colors in bitmap file */ GE_INVALIDFILEFORMAT, /* Invalid format of file */ GE_SUBFORMATNOTSUPPORTED, /* Subformat of file not supported */ - GE_TOOSHORT, /* Too short file, structure, etc. to read */ + GE_TOOSHORT, /* Too short file, structure, etc. to read */ /*30*/ GE_TOOLONG, /* Too long file, structure, etc. to read */ GE_INVALIDIMAGESIZE, /* Invalid size of bitmap (in file, etc.) */ GE_BUSY, /* Command is still being executed. */ - GE_UNKNOWN, /* Unknown error - well better than nothing!! */ + GE_UNKNOWN, /* Unknown error - well better than nothing!! */ /*34*/ GE_NOACCESS, GE_USERCANCELED, GE_MEMORYFULL, @@ -314,6 +314,7 @@ typedef enum { GE_INVALIDBOOKMARKLOCATION, GE_INSIDESETTINGSMENU, GE_INVALIDSETTINGSLOCATION, + GE_EMPTYSMSC, /* The following are here in anticipation of data call requirements. */