diff options
Diffstat (limited to 'FingerReplyCommand.proto')
| -rw-r--r-- | FingerReplyCommand.proto | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/FingerReplyCommand.proto b/FingerReplyCommand.proto new file mode 100644 index 0000000..42d747c --- /dev/null +++ b/FingerReplyCommand.proto @@ -0,0 +1,10 @@ +syntax = "proto3"; + +package whirl; + +import "PropertyList.proto"; + +message FingerReplyCommand { + string user = 1; + PropertyList property_list = 2; +} |