diff options
Diffstat (limited to 'src/core/modules.h')
-rw-r--r-- | src/core/modules.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/modules.h b/src/core/modules.h index 75a77c77..b2fa2fa4 100644 --- a/src/core/modules.h +++ b/src/core/modules.h @@ -27,6 +27,7 @@ enum { MODULE_ERROR_ALREADY_LOADED, MODULE_ERROR_LOAD, + MODULE_ERROR_VERSION_MISMATCH, MODULE_ERROR_INVALID }; |