X-Git-Url: https://git.sesse.net/?p=nageru;a=blobdiff_plain;f=json.proto;h=55e642afaebb9739b65da9dc1e47731ff720c4d5;hp=ae10a7fa0771dc4d9729d054b7bf8d4899ed68e5;hb=e284d1c7a2e18ee7e4aea082c4a57a3504a0f5e8;hpb=c3cbe8c3093e818311a133d0cb8141e5125b9b27 diff --git a/json.proto b/json.proto index ae10a7f..55e642a 100644 --- a/json.proto +++ b/json.proto @@ -1,6 +1,8 @@ // Messages used to produce JSON (it's the simplest way we can create valid // JSON without pulling in an external JSON library). +syntax = "proto2"; + message Channels { repeated Channel channel = 1; }