diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/vyconf.proto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/vyconf.proto b/data/vyconf.proto index 5fc9f76..69bc1d4 100644 --- a/data/vyconf.proto +++ b/data/vyconf.proto @@ -34,6 +34,10 @@ message Request { repeated string Path = 1; } + message Discard { + optional int32 dummy = 1; + } + message Rename { repeated string EditLevel = 1; required string From = 2; @@ -149,6 +153,7 @@ message Request { Teardown teardown = 22; ReloadReftree reload_reftree = 23; Load load = 24; + Discard discard = 25; } } |