Changeset 1660:99bfd21f00ef in roaraudio for libroaryiff/events.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/events.c

    r799 r1660  
    3434  return -1; 
    3535 
    36  rcon.fh = con->fd; 
     36 roar_connect_fh(&rcon, con->fd); 
    3737 
    3838 if ( con->prev_generated_yid != YIDNULL ) { 
Note: See TracChangeset for help on using the changeset viewer.