Changeset 5534:ea9da1d777c7 in roaraudio for roarclients/roarphone.c


Ignore:
Timestamp:
06/12/12 14:59:42 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Done more hardending work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarphone.c

    r5533 r5534  
    156156} 
    157157 
    158 int open_stream (struct roar_vio_calls * vio, char * server, struct roar_audio_info * info) { 
     158int open_stream (struct roar_vio_calls * vio, const char * server, struct roar_audio_info * info) { 
    159159 int fh; 
    160160 
     
    404404 struct roar_vio_calls * svio_p; 
    405405 struct roardsp_filter * filter; 
    406  char * driver   = DRIVER; 
    407  char * device   = NULL; 
    408  char * server   = NULL; 
    409  char * k; 
     406 const char * driver   = DRIVER; 
     407 const char * device   = NULL; 
     408 const char * server   = NULL; 
     409 const char * k; 
    410410 int    i; 
    411411 union { 
Note: See TracChangeset for help on using the changeset viewer.