diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/defs.h b/src/common/defs.h index 5e110bc..f2cf3a1 100644 --- a/src/common/defs.h +++ b/src/common/defs.h @@ -21,6 +21,7 @@ struct Result int _err_code; char *_err_str; int _action; + int _mode; }; typedef enum { |