summaryrefslogtreecommitdiff
path: root/src/core/modules.h
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2016-01-11 21:19:35 +0100
committerailin-nemui <ailin-nemui@users.noreply.github.com>2016-01-11 21:19:35 +0100
commit62cab9d662d7f8875de8ee186cbbe4ea6cb891cd (patch)
tree40718b5238dc908b76f2436954ff7e08f997bf5e /src/core/modules.h
parentbd2c549064314cbff8ff0a52842d410d59f74ae6 (diff)
parentcfb6123a7ab56e12136711a7e088424c9f68fd26 (diff)
downloadirssi-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.h1
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
};