mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-25 12:06:12 -05:00
Add watch-marking routines
This commit is contained in:
6
src/db.h
6
src/db.h
@@ -299,6 +299,12 @@ db_watch_delete_bywd(struct watch_info *wi);
|
||||
int
|
||||
db_watch_get_bywd(struct watch_info *wi);
|
||||
|
||||
void
|
||||
db_watch_mark_bypath(char *path, char *strip, uint32_t cookie);
|
||||
|
||||
void
|
||||
db_watch_mark_bymatch(char *path, char *strip, uint32_t cookie);
|
||||
|
||||
|
||||
int
|
||||
db_perthread_init(void);
|
||||
|
||||
Reference in New Issue
Block a user