Changeset 5162:85c55ccd12a9 in roaraudio for roard/include/meta.h


Ignore:
Timestamp:
10/16/11 20:12:40 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixed some compiler warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/meta.h

    r4708 r5162  
    3030 
    3131#ifdef ROAR_SUPPORT_META 
    32 int stream_meta_set     (int id, int type, char * name, char * val); 
    33 int stream_meta_add     (int id, int type, char * name, char * val); 
    34 int stream_meta_get     (int id, int type, char * name, char * val, size_t len); 
     32int stream_meta_set     (int id, int type, const char * name, const char * val); 
     33int stream_meta_add     (int id, int type, const char * name, const char * val); 
     34int stream_meta_get     (int id, int type, const char * name, char * val, size_t len); 
    3535int stream_meta_list    (int id, int * types, size_t len); 
    3636int stream_meta_clear   (int id); 
Note: See TracChangeset for help on using the changeset viewer.