update lib/sync.h to match source
This commit is contained in:
parent
f3921b8bc0
commit
77685f0d89
@ -26,7 +26,7 @@ struct sync_cb {
|
|||||||
#define SYNC_DEFAULT_PORT 1338
|
#define SYNC_DEFAULT_PORT 1338
|
||||||
int sync_connect(struct sync_device *, const char *, unsigned short);
|
int sync_connect(struct sync_device *, const char *, unsigned short);
|
||||||
int sync_update(struct sync_device *, int, struct sync_cb *, void *);
|
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) */
|
#else /* defined(SYNC_PLAYER) */
|
||||||
struct sync_io_cb {
|
struct sync_io_cb {
|
||||||
void *(*open)(const char *filename, const char *mode);
|
void *(*open)(const char *filename, const char *mode);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user