mirror of
https://github.com/owntone/owntone-server.git
synced 2025-12-04 06:35:59 -05:00
[pairing] Only require the pin for kicking off the remote pairing
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#define __REMOTE_PAIRING_H__
|
||||
|
||||
void
|
||||
remote_pairing_kickoff_bydevicepin(const char *devname, const char *pin);
|
||||
remote_pairing_kickoff_bypin(const char *pin);
|
||||
|
||||
void
|
||||
remote_pairing_kickoff_byfile(char *path);
|
||||
|
||||
Reference in New Issue
Block a user