Changeset 5227:beb26bba0901 in roaraudio for libroar/vs.c


Ignore:
Timestamp:
11/12/11 13:26:38 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added const keywords to roar_vio_open_dstr(), roar_vio_open_dstr_vio(), roar_vs_file_simple() and roar_vs_new_from_file()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vs.c

    r5199 r5227  
    408408} 
    409409 
    410 int roar_vs_file_simple(roar_vs_t * vss, char * filename, int * error) { 
     410int roar_vs_file_simple(roar_vs_t * vss, const char * filename, int * error) { 
    411411 struct roar_vio_defaults def; 
    412412 struct roar_vio_calls * file; 
     
    495495} 
    496496 
    497 roar_vs_t * roar_vs_new_from_file(const char * server, const char * name, char * filename, int * error) { 
     497roar_vs_t * roar_vs_new_from_file(const char * server, const char * name, const char * filename, int * error) { 
    498498 roar_vs_t * vss = roar_vs_new(server, name, error); 
    499499 
Note: See TracChangeset for help on using the changeset viewer.