1
0
Fork 0
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:
H1ghBre4k3r 2021-05-02 21:50:13 +02:00 committed by Patrick Rathje
parent 96eef185c9
commit b729d794bf
3 changed files with 32 additions and 18 deletions

View file

@ -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