librespot/protocol/proto/toplist.proto
Paul Lietar c6327af2f3 Include pre-generated protocol files.
A build script is used to ensure the source files haven’t been modified.
2016-12-30 12:02:00 +01:00

7 lines
74 B
Protocol Buffer

syntax = "proto2";
message Toplist {
repeated string items = 0x1;
}