Changeset 5886:6000d0df9dce in roaraudio


Ignore:
Timestamp:
01/29/13 21:50:09 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

updated name of services

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/services.h

    r5882 r5886  
    6666// clients: 
    6767struct roar_client; 
    68 struct roar_service_clients { 
     68struct roar_service_client { 
    6969 // get list of client IDs. 
    7070 // buffer is passed as ids, buffer size (in elements) is passed as len. 
     
    105105struct roar_stream_info; 
    106106struct roar_stream_rpg; 
    107 struct roar_service_streams { 
     107struct roar_service_stream { 
    108108 // get list of stream IDs. 
    109109 // buffer is passed as ids, buffer size (in elements) is passed as len. 
Note: See TracChangeset for help on using the changeset viewer.