summaryrefslogtreecommitdiff
path: root/library/proto
diff options
context:
space:
mode:
authorAlexander Gavrilov2012-03-15 13:01:23 +0400
committerAlexander Gavrilov2012-03-15 13:01:23 +0400
commit87f925e72e7c6f923a595cc930728483a3f1422e (patch)
tree4da81e9346e9f21599cea8c7a2d95d8da4628e2e /library/proto
parente7851f5abdd1a84d29020f2789efc0f932284bf0 (diff)
downloaddfhack-87f925e72e7c6f923a595cc930728483a3f1422e.tar.gz
dfhack-87f925e72e7c6f923a595cc930728483a3f1422e.tar.bz2
dfhack-87f925e72e7c6f923a595cc930728483a3f1422e.tar.xz
Add support for exporting functions from plugins, with example in rename.
TODO: test by actually calling them remotely.
Diffstat (limited to 'library/proto')
-rw-r--r--library/proto/CoreProtocol.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/proto/CoreProtocol.proto b/library/proto/CoreProtocol.proto
index 2e2fe2c2..3ebe17a2 100644
--- a/library/proto/CoreProtocol.proto
+++ b/library/proto/CoreProtocol.proto
@@ -37,6 +37,7 @@ message CoreErrorNotification {
CR_OK = 0;
CR_FAILURE = 1;
CR_WRONG_USAGE = 2;
+ CR_NOT_FOUND = 3;
};
required ErrorCode code = 1;