From 77685f0d894e453ed9da694cd1c9a6cf1ef6da53 Mon Sep 17 00:00:00 2001 From: Kuba Winnicki Date: Tue, 21 Feb 2017 15:06:29 +0100 Subject: [PATCH] update lib/sync.h to match source --- lib/sync.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);