diff options
| author | Alexander Gavrilov | 2012-03-15 11:07:43 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-03-15 11:07:43 +0400 |
| commit | e7851f5abdd1a84d29020f2789efc0f932284bf0 (patch) | |
| tree | d5912bf9ba41cb9fcc018540f4cad1972fb3a975 /library/proto | |
| parent | 560e977f0589ac1c0feb6ea825d20d351e325826 (diff) | |
| download | dfhack-e7851f5abdd1a84d29020f2789efc0f932284bf0.tar.gz dfhack-e7851f5abdd1a84d29020f2789efc0f932284bf0.tar.bz2 dfhack-e7851f5abdd1a84d29020f2789efc0f932284bf0.tar.xz | |
Improve support for void RPC functions, dfhack-run, etc.
Diffstat (limited to 'library/proto')
| -rw-r--r-- | library/proto/CoreProtocol.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/proto/CoreProtocol.proto b/library/proto/CoreProtocol.proto index eec5ef7f..2e2fe2c2 100644 --- a/library/proto/CoreProtocol.proto +++ b/library/proto/CoreProtocol.proto @@ -42,7 +42,7 @@ message CoreErrorNotification { required ErrorCode code = 1; } -message CoreVoidReply {} +message EmptyMessage {} message CoreBindRequest { required string method = 1; |
