diff options
Diffstat (limited to 'code/fe310/eos/eos.h')
-rw-r--r-- | code/fe310/eos/eos.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/code/fe310/eos/eos.h b/code/fe310/eos/eos.h index 08bd10b..b48b7c0 100644 --- a/code/fe310/eos/eos.h +++ b/code/fe310/eos/eos.h @@ -3,5 +3,6 @@ #define EOS_ERR_FULL -10 #define EOS_ERR_EMPTY -11 #define EOS_ERR_NET -20 +#define EOS_ERR_TEXT -30 void eos_init(void); |