X-Git-Url: https://git.piment-noir.org/?p=deb_shairplay.git;a=blobdiff_plain;f=src%2Ftest%2Fexample.c;h=393b7820efef6ea0dc7f5d1ee9a893dffe7a4817;hp=e857642da911b77cfd288e906a010f10bdc4efce;hb=1d0adde592594882b70c2bec3c6e11445205423d;hpb=2975b4b88d0103dcc1ac84202bcfc221671e6743 diff --git a/src/test/example.c b/src/test/example.c index e857642..393b782 100644 --- a/src/test/example.c +++ b/src/test/example.c @@ -92,7 +92,7 @@ main(int argc, char *argv[]) raop_cbs.audio_flush = audio_flush; raop_cbs.audio_destroy = audio_destroy; - raop = raop_init_from_keyfile(10, &raop_cbs, "airport.key"); + raop = raop_init_from_keyfile(10, &raop_cbs, "airport.key", NULL); raop_set_log_level(raop, RAOP_LOG_DEBUG); raop_set_log_callback(raop, &raop_log_callback, NULL); raop_start(raop, &raop_port, hwaddr, sizeof(hwaddr), "test");