diff --git a/lib/sync.h b/lib/sync.h index f3077ff..cc6cc67 100644 --- a/lib/sync.h +++ b/lib/sync.h @@ -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);