X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=json.proto;h=55e642afaebb9739b65da9dc1e47731ff720c4d5;hb=4a0187ffb4075b4d217b8d9e9c96cac548b199d8;hp=ae10a7fa0771dc4d9729d054b7bf8d4899ed68e5;hpb=2f4224d7c48b3b22bcb24eb622fe6705fa16375f;p=nageru 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; }