New upstream version 24.0.1+dfsg1
This commit is contained in:
parent
b14f9eae6d
commit
5a730d6ec3
842 changed files with 42245 additions and 33385 deletions
|
|
@ -43,9 +43,9 @@ struct jack_data {
|
|||
/**
|
||||
* Initialize the jack client and register the ports
|
||||
*/
|
||||
int_fast32_t jack_init(struct jack_data* data);
|
||||
int_fast32_t jack_init(struct jack_data *data);
|
||||
|
||||
/**
|
||||
* Destroys the jack client and unregisters the ports
|
||||
*/
|
||||
void deactivate_jack(struct jack_data* data);
|
||||
void deactivate_jack(struct jack_data *data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue