Changeset 1660:99bfd21f00ef in roaraudio for libroaryiff/playback.c


Ignore:
Timestamp:
05/08/09 16:56:40 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

changed name of fh in con struct to fh, this should all apps requiring the private member to fail to build, added function to get fh, change code to use them both everythere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroaryiff/playback.c

    r794 r1660  
    3939  return YIDNULL; 
    4040 
    41  rcon.fh = con->fd; 
     41 roar_connect_fh(&rcon, con->fd); 
    4242 
    4343 // hm,... find out how to do this. 
     
    6262  return; 
    6363 
    64  rcon.fh = con->fd; 
     64 roar_connect_fh(&rcon, con->fd); 
    6565 
    6666 roar_kick(&rcon, ROAR_OT_STREAM, ROARYIFF_YID2ROAR(yid)); 
Note: See TracChangeset for help on using the changeset viewer.