Changeset 1564:114d27f4c8a1 in roaraudio for libroarsndio


Ignore:
Timestamp:
04/13/09 01:17:56 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added subs for event handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroarsndio/events.c

    r1559 r1564  
    1 //libroarsndio.c: 
     1//events.c: 
    22 
    33/* 
     
    3333#include "libroarsndio.h" 
    3434 
     35int    sio_nfds   (struct sio_hdl * hdl) { 
     36 return 0; 
     37} 
     38 
     39int    sio_pollfd (struct sio_hdl * hdl, struct pollfd * pfd, int events) { 
     40 return 0; 
     41} 
     42 
     43int    sio_revents(struct sio_hdl * hdl, struct pollfd * pfd) { 
     44 return 0; 
     45} 
     46 
     47 
    3548//ll 
Note: See TracChangeset for help on using the changeset viewer.