mirror of
https://github.com/CovidBraceletPrj/CovidBracelet.git
synced 2025-07-04 12:26:50 +02:00
Apply suggestions for ens_fs
This commit is contained in:
parent
96eef185c9
commit
b729d794bf
3 changed files with 32 additions and 18 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
#define ENS_INTERR 1 // internal error
|
||||
#define ENS_NOENT 2 // entry not found or invalid
|
||||
#define ENS_INVARG 3 // invalid argument
|
||||
#define ENS_DELENT 3 // entry got deleted
|
||||
#define ENS_INVARG 4 // invalid argument
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue