Changeset 5031:ebd6fe192503 in roaraudio for roard/include/req.h


Ignore:
Timestamp:
05/28/11 14:23:32 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Added support for ROAR_CMD_GETTIMEOFDAY

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/req.h

    r4708 r5031  
    5252int req_on_exit        (int client, struct roar_message * mes, char ** data, uint32_t flags[2]); 
    5353 
     54int req_on_gettimeofday(int client, struct roar_message * mes, char ** data, uint32_t flags[2]); 
    5455int req_on_server_info (int client, struct roar_message * mes, char ** data, uint32_t flags[2]); 
    5556 
Note: See TracChangeset for help on using the changeset viewer.