diff options
Diffstat (limited to 'examples/network_server/fileproto.proto')
-rw-r--r-- | examples/network_server/fileproto.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/network_server/fileproto.proto b/examples/network_server/fileproto.proto index 3e70c492..5640b8d5 100644 --- a/examples/network_server/fileproto.proto +++ b/examples/network_server/fileproto.proto @@ -2,6 +2,8 @@ // // See also the nanopb-specific options in fileproto.options. +syntax = "proto2"; + message ListFilesRequest { optional string path = 1 [default = "/"]; } |