Merge pull request #3 from PeterN/fix

Fix internal client API, as jack_intclient_t is not a reference type.
This commit is contained in:
pauldavisthefirst 2014-03-05 20:53:43 -05:00
commit 88d3f257ba
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ char *jack_get_internal_client_name (jack_client_t *client,
int jack_internal_client_handle (jack_client_t *client,
const char *client_name,
jack_status_t *status,
jack_intclient_t handle);
jack_intclient_t *handle);
/**
* Load an internal client into the JACK server.