owntone-server/src/remote_pairing.h
chme 4b49ce69e2 [pairing/listener] Add function to retrieve name of remote and notify
about start and finish of remote pairing requests
2017-09-15 06:42:21 +02:00

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__ */