diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2016-01-11 21:19:35 +0100 |
---|---|---|
committer | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2016-01-11 21:19:35 +0100 |
commit | 62cab9d662d7f8875de8ee186cbbe4ea6cb891cd (patch) | |
tree | 40718b5238dc908b76f2436954ff7e08f997bf5e /src/core/modules.h | |
parent | bd2c549064314cbff8ff0a52842d410d59f74ae6 (diff) | |
parent | cfb6123a7ab56e12136711a7e088424c9f68fd26 (diff) | |
download | irssi-62cab9d662d7f8875de8ee186cbbe4ea6cb891cd.zip |
Merge pull request #393 from ailin-nemui/moduleversion-perl
forward ABI to perl modules
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 }; |