update lib/sync.h to match source

This commit is contained in:
Kuba Winnicki 2017-02-21 15:06:29 +01:00
parent f3921b8bc0
commit 77685f0d89

View File

@ -26,7 +26,7 @@ struct sync_cb {
#define SYNC_DEFAULT_PORT 1338
int sync_connect(struct sync_device *, const char *, unsigned short);
int sync_update(struct sync_device *, int, struct sync_cb *, void *);
void sync_save_tracks(const struct sync_device *);
void sync_save_tracks(const struct sync_device *, int row);
#else /* defined(SYNC_PLAYER) */
struct sync_io_cb {
void *(*open)(const char *filename, const char *mode);