Changeset bbfd70e66dc8aa29b3501791895be173f2de4e62

Show
Ignore:
Timestamp:
08/30/10 00:08:43 (3 years ago)
Author:
Nedko Arnaudov <nedko@…>
Children:
ac1de1cc6ac4cf9a23690ce7da836191ef3bb9c4
Parents:
76a8b6161b95cef599866f2c8a4d9eed01ffa0b6
git-committer:
Nedko Arnaudov <nedko@arnaudov.name> / 2010-08-30T00:08:43Z+0300
Message:

daemon: fix parameter names in function prototypes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • daemon/virtualizer.h

    r76a8b61 rbbfd70e  
    5151bool 
    5252ladish_virtualizer_is_hidden_app( 
    53   ladish_graph_handle graph_hanle, 
     53  ladish_graph_handle jack_graph, 
    5454  const uuid_t app_uuid, 
    5555  const char * app_name); 
     
    5757void 
    5858ladish_virtualizer_remove_app( 
    59   ladish_graph_handle graph_hanle, 
     59  ladish_graph_handle jack_graph, 
    6060  const uuid_t app_uuid, 
    6161  const char * app_name);