Changeset 3743:a96a382833bc in roaraudio for libroarrsound


Ignore:
Timestamp:
04/28/10 11:31:17 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

corrected prototype to match upstream

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroarrsound/libroarrsound.c

    r3735 r3743  
    101101} 
    102102 
    103 int rsd_set_param (rsound_t *rd, int option, void* param) { 
     103int rsd_set_param (rsound_t *rd, enum settings option, void* param) { 
    104104 struct libroarrsound * self = (struct libroarrsound *)rd; 
    105105 
     
    109109  return -1; 
    110110 
    111  switch ((enum settings)option) { 
     111 switch (option) { 
    112112  // connection settings: 
    113113  case RSD_HOST: 
Note: See TracChangeset for help on using the changeset viewer.