Changeset 3744:d95dada255ec in roaraudio for libroarrsound


Ignore:
Timestamp:
04/28/10 21:44:19 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

updated prototypes, again...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroarrsound/libroarrsound.c

    r3743 r3744  
    3232#include "libroarrsound.h" 
    3333 
    34 static size_t libroarrsound_fmt2fs (enum format format) { 
     34static size_t libroarrsound_fmt2fs (enum rsd_format format) { 
    3535 switch (format) { 
    3636  case RSD_S16_LE: 
     
    101101} 
    102102 
    103 int rsd_set_param (rsound_t *rd, enum settings option, void* param) { 
     103int rsd_set_param (rsound_t *rd, enum rsd_settings option, void* param) { 
    104104 struct libroarrsound * self = (struct libroarrsound *)rd; 
    105105 
Note: See TracChangeset for help on using the changeset viewer.