Changeset 4552:47a0412f706d in roaraudio for roard/include/streams.h


Ignore:
Timestamp:
10/25/10 14:03:43 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

implemented flag toggling and flag protection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/streams.h

    r4550 r4552  
    162162int streams_get_flag     (int id, uint32_t flag); 
    163163 
     164int streams_protect_flag (int id, uint32_t flag); 
     165 
    164166int streams_set_name     (int id, char * name); 
    165167char * streams_get_name  (int id); 
Note: See TracChangeset for help on using the changeset viewer.