Changeset 2522:bfca230702b0 in roaraudio for roard/include/emul_esd.h.OLD


Ignore:
Timestamp:
09/01/09 17:25:40 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

wrote basic emul_esd_exec_command() and emul_esd_check_client()

File:
1 edited

Legend:

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

    r2521 r2522  
    3939 char * name; 
    4040#endif 
    41  int (*handler)(int client, struct emul_esd_command * cmd, char * data); 
     41 int (*handler)(int client, struct emul_esd_command * cmd, void * data, struct roar_vio_calls * vio); 
    4242}; 
     43 
     44int emul_esd_exec_command(int client, int cmd, struct roar_vio_calls * vio); 
     45int emul_esd_check_client(int client, struct roar_vio_calls * vio); 
    4346 
    4447#endif 
Note: See TracChangeset for help on using the changeset viewer.