Browse Source

Merge pull request #3 from PeterN/fix

Fix internal client API, as jack_intclient_t is not a reference type.
pull/4/head
pauldavisthefirst 11 years ago
parent
commit
88d3f257ba
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      intclient.h

+ 1
- 1
intclient.h 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.


Loading…
Cancel
Save