Changeset 4431:cbea30f1890d in roaraudio for roard/include/req.h


Ignore:
Timestamp:
10/09/10 14:38:41 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

implemented basic SERVER_INFO with IT_SERVER

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/req.h

    r4343 r4431  
    5252int req_on_exit        (int client, struct roar_message * mes, char ** data, uint32_t flags[2]); 
    5353 
     54int req_on_server_info (int client, struct roar_message * mes, char ** data, uint32_t flags[2]); 
     55 
    5456int req_on_server_oinfo(int client, struct roar_message * mes, char ** data, uint32_t flags[2]); 
    5557 
Note: See TracChangeset for help on using the changeset viewer.