Ignore:
Timestamp:
06/27/10 19:32:02 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

prepaerd some code for rplay protocol support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/emul_rplay.h.OLD

    r3968 r3976  
    4141int emul_rplay_check_client  (int client, struct roar_vio_calls * vio); 
    4242 
     43int emul_rplay_exec_command  (int client, struct roar_vio_calls * vio, char * command); 
     44 
     45int emul_rplay_send_error    (int client, struct emul_rplay_command * cmd, struct roar_vio_calls * vio, struct roar_keyval * kv, size_t kvlen, const char * msg); 
     46 
    4347#endif 
    4448 
Note: See TracChangeset for help on using the changeset viewer.