Changeset 3716:0580cd763204 in roaraudio


Ignore:
Timestamp:
04/25/10 04:58:15 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added prototypes for new functions to be implemented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/client.h

    r3517 r3716  
    5555}; 
    5656 
     57int roar_client_new      (struct roar_client * client); 
     58int roar_client_set_fh   (struct roar_client * client, int fh); 
     59int roar_client_set_proto(struct roar_client * client, int proto, int byteorder); 
     60 
     61int roar_client_pass     (struct roar_connection * con, struct roar_client * client); 
     62 
    5763#endif 
    5864 
Note: See TracChangeset for help on using the changeset viewer.