Changeset 5278:b3e0dd3f3141 in roaraudio for roard/sources.c


Ignore:
Timestamp:
11/21/11 00:42:20 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

last parts of merging _nonblock into _ctl and fixed sizeof(cmd) of _ctls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/sources.c

    r5276 r5278  
    323323  } 
    324324 
    325   if ( roar_vio_lseek(vio, -len, SEEK_CUR) == (off_t)-1 ) { 
     325  if ( roar_vio_lseek(vio, -len, SEEK_CUR) == (roar_off_t)-1 ) { 
    326326   _ret(-1); 
    327327  } 
     
    418418} 
    419419 
    420 static int  sources_radionoise_ctl(struct roar_vio_calls * vio, int cmd, void * data) { 
     420static int  sources_radionoise_ctl(struct roar_vio_calls * vio, roar_vio_ctl_t cmd, void * data) { 
    421421 if ( cmd == ROAR_VIO_CTL_NONBLOCK ) 
    422422  return 0; 
Note: See TracChangeset for help on using the changeset viewer.