daemon: fix parameter names in function prototypes

This commit is contained in:
Nedko Arnaudov 2010-08-30 00:08:43 +03:00
parent 76a8b6161b
commit bbfd70e66d
1 changed files with 2 additions and 2 deletions

View File

@ -50,13 +50,13 @@ ladish_virtualizer_get_our_clients_count(
bool
ladish_virtualizer_is_hidden_app(
ladish_graph_handle graph_hanle,
ladish_graph_handle jack_graph,
const uuid_t app_uuid,
const char * app_name);
void
ladish_virtualizer_remove_app(
ladish_graph_handle graph_hanle,
ladish_graph_handle jack_graph,
const uuid_t app_uuid,
const char * app_name);