(folder string)
| 82 | DropDevice(device protocol.DeviceID) error |
| 83 | DropFilesNamed(folder string, device protocol.DeviceID, names []string) error |
| 84 | DropFolder(folder string) error |
| 85 | |
| 86 | // Various metadata |
| 87 | GetDeviceSequence(folder string, device protocol.DeviceID) (int64, error) |
no outgoing calls