diff options
Diffstat (limited to 'finger_request_command.proto')
| -rw-r--r-- | finger_request_command.proto | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/finger_request_command.proto b/finger_request_command.proto deleted file mode 100644 index 4727e9c..0000000 --- a/finger_request_command.proto +++ /dev/null @@ -1,7 +0,0 @@ -syntax = "proto3"; - -package whirl; - -message FingerRequestCommand { - string user = 1; -} |