Changeset 1319:acdd2e21951b in roaraudio for include/libroar/basic.h


Ignore:
Timestamp:
03/21/09 04:01:57 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

big steps in direction to vio roar_connection object, roar_*_message() and roar_req() now use temp. VIO objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/basic.h

    r1315 r1319  
    7171int roar_req          (struct roar_connection * con, struct roar_message * mes, char ** data); 
    7272 
     73int roar_vsend_message(struct roar_vio_calls * vio, struct roar_message * mes, char *  data); 
     74int roar_vrecv_message(struct roar_vio_calls * vio, struct roar_message * mes, char ** data); 
     75int roar_vreq         (struct roar_vio_calls * vio, struct roar_message * mes, char ** data); 
     76 
    7377int roar_debug_message_print (struct roar_message * mes); 
    7478 
Note: See TracChangeset for help on using the changeset viewer.