Browse Source

Fix internal client API, as jack_intclient_t is not a reference type.

pull/3/head
Peter Nelson 11 years ago
parent
commit
60ee937d19
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