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 69bc1d4..815ec68 100644 --- a/data/vyconf.proto +++ b/data/vyconf.proto @@ -38,6 +38,10 @@ message Request { optional int32 dummy = 1; } + message SessionChanged { + optional int32 dummy = 1; + } + message Rename { repeated string EditLevel = 1; required string From = 2; @@ -154,6 +158,7 @@ message Request { ReloadReftree reload_reftree = 23; Load load = 24; Discard discard = 25; + SessionChanged session_changed = 26; } } |