mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-29 00:23:23 -05:00
4b49ce69e2
about start and finish of remote pairing requests
18 lines
247 B
C
18 lines
247 B
C
|
|
#ifndef __REMOTE_PAIRING_H__
|
|
#define __REMOTE_PAIRING_H__
|
|
|
|
void
|
|
remote_pairing_kickoff(char **arglist);
|
|
|
|
char *
|
|
remote_pairing_get_name(void);
|
|
|
|
int
|
|
remote_pairing_init(void);
|
|
|
|
void
|
|
remote_pairing_deinit(void);
|
|
|
|
#endif /* !__REMOTE_PAIRING_H__ */
|