Changeset 27:87f2808d4c17 in roaraudio for include/libroar/ctl.h


Ignore:
Timestamp:
06/21/08 13:32:31 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added prototype and some protection code for roar_get_vol()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/ctl.h

    r17 r27  
    3030int roar_kick         (struct roar_connection * con, int type, int id); 
    3131 
    32 int roar_set_vol      (struct roar_connection * con, int id, struct roar_mixer_settings * mixer, int channels); 
     32int roar_set_vol      (struct roar_connection * con, int id, struct roar_mixer_settings * mixer, int   channels); 
     33int roar_get_vol      (struct roar_connection * con, int id, struct roar_mixer_settings * mixer, int * channels); 
    3334 
    3435// filter... 
Note: See TracChangeset for help on using the changeset viewer.