diff options
-rw-r--r-- | src/mumble.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mumble.proto b/src/mumble.proto index 16d54f5..aa12840 100644 --- a/src/mumble.proto +++ b/src/mumble.proto @@ -1,6 +1,8 @@ /* NOTE: Do not replace this file directly with future upstream Mumble.proto. We derive the message id from the position in this file. */ +syntax = "proto2"; + package MumbleProto; option optimize_for = SPEED; |