mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-25 20:16:14 -05:00
[db] Add column for auth key to speakers table (incl methods for saving/retrieving)
This commit is contained in:
6
src/db.h
6
src/db.h
@@ -682,6 +682,12 @@ db_speaker_save(uint64_t id, int selected, int volume, const char *name);
|
||||
int
|
||||
db_speaker_get(uint64_t id, int *selected, int *volume);
|
||||
|
||||
int
|
||||
db_speaker_auth_save(uint64_t id, const char *authkey);
|
||||
|
||||
char *
|
||||
db_speaker_auth_get(uint64_t id);
|
||||
|
||||
void
|
||||
db_speaker_clear_all(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user