Add syntax to proto files
This commit is contained in:
parent
3256e81414
commit
956df42caa
@ -18,6 +18,8 @@
|
||||
// Note: this file is licensed under the Apache License instead of GPL, so
|
||||
// 3rd party applications or libraries can use another license besides GPL.
|
||||
|
||||
syntax = "proto2";
|
||||
|
||||
package pb.remote;
|
||||
|
||||
// The supported message types
|
||||
|
@ -18,6 +18,7 @@
|
||||
// it is used by the Spotify blob which links against libspotify and is not GPL
|
||||
// compatible.
|
||||
|
||||
syntax = "proto2";
|
||||
|
||||
package pb.spotify;
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
syntax = "proto2";
|
||||
|
||||
package pb.tagreader;
|
||||
|
||||
message SongMetadata {
|
||||
|
Loading…
x
Reference in New Issue
Block a user