From cf9b3c345f41b25cf3d2ec968f6690d90d783e10 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Juho=20Va=CC=88ha=CC=88-Herttua?= Date: Thu, 18 Oct 2012 11:52:38 +0300 Subject: [PATCH] Make shairplay.c sample application compile with latest version of the lib --- src/shairplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shairplay.c b/src/shairplay.c index 0486f6c..b125bbe 100644 --- a/src/shairplay.c +++ b/src/shairplay.c @@ -257,7 +257,7 @@ main(int argc, char *argv[]) raop_cbs.audio_destroy = audio_destroy; raop_cbs.audio_set_volume = audio_set_volume; - raop = raop_init_from_keyfile(10, &raop_cbs, "airport.key"); + raop = raop_init_from_keyfile(10, &raop_cbs, "airport.key", NULL); if (raop == NULL) { fprintf(stderr, "Could not initialize the RAOP service\n"); return -1; -- 2.34.1