Changeset 1660:99bfd21f00ef in roaraudio for include/libroar/basic.h


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
  • include/libroar/basic.h

    r1320 r1660  
    5555 
    5656struct roar_connection { 
    57  int fh; 
     57 int __fh; 
    5858}; 
    5959 
     
    6363int roar_connect    (struct roar_connection * con, char * server); 
    6464int roar_connect_fh (struct roar_connection * con, int fh); 
     65int roar_get_connection_fh (struct roar_connection * con); 
    6566int roar_disconnect (struct roar_connection * con); 
    6667 
Note: See TracChangeset for help on using the changeset viewer.