Changeset 3117:ded6cc3dab7a in roaraudio for libroar/vio_tantalos.c


Ignore:
Timestamp:
01/11/10 19:57:22 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

removed useless prototypes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vio_tantalos.c

    r3116 r3117  
    6868} 
    6969 
    70 #ifdef ROAR_HAVE_LIBSLP 
    71 ssize_t roar_vio_tantalos_read    (struct roar_vio_calls * vio, void *buf, size_t count); 
    72 ssize_t roar_vio_tantalos_write   (struct roar_vio_calls * vio, void *buf, size_t count); 
    73 off_t   roar_vio_tantalos_lseek   (struct roar_vio_calls * vio, off_t offset, int whence); 
    74 int     roar_vio_tantalos_nonblock(struct roar_vio_calls * vio, int state); 
    75 int     roar_vio_tantalos_sync    (struct roar_vio_calls * vio); 
    76 int     roar_vio_tantalos_ctl     (struct roar_vio_calls * vio, int cmd, void * data); 
    77 int     roar_vio_tantalos_close   (struct roar_vio_calls * vio); 
    78 #endif 
    79  
    8070//ll 
Note: See TracChangeset for help on using the changeset viewer.