From: Juho Vähä-Herttua Date: Thu, 18 Oct 2012 08:52:38 +0000 (+0300) Subject: Make shairplay.c sample application compile with latest version of the lib X-Git-Tag: upstream/0.9.0~4^2~49 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=sidebyside;h=cf9b3c345f41b25cf3d2ec968f6690d90d783e10;hp=92a5fb679f1464734e6700b817d93240200e3664;p=deb_shairplay.git Make shairplay.c sample application compile with latest version of the lib --- 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;