Changeset 5254:4b808f2c219c in roaraudio for include/libroar/vio_dstr.h


Ignore:
Timestamp:
11/13/11 17:46:42 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added some more consts to DSTR and corrected proto VIO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/vio_dstr.h

    r5253 r5254  
    181181}; 
    182182 
    183 int     roar_vio_dstr_get_type(char * str); 
    184 char *  roar_vio_dstr_get_name(int type); 
     183int           roar_vio_dstr_get_type(const char * str); 
     184const char *  roar_vio_dstr_get_name(const int type); 
    185185 
    186186int     roar_vio_dstr_register_type(int   type, 
Note: See TracChangeset for help on using the changeset viewer.