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

    r788 r1660  
    3131  return; 
    3232 
    33  rcon.fh = con->fd; 
     33 roar_connect_fh(&rcon, con->fd); 
    3434 
    3535 roar_exit(&rcon); 
Note: See TracChangeset for help on using the changeset viewer.