Changeset 5114:82426e175a9d in roaraudio for libroar/vio.c


Ignore:
Timestamp:
08/01/11 01:49:17 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added extra const keywords for server names as well as client names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vio.c

    r5109 r5114  
    409409 
    410410int     roar_vio_simple_stream (struct roar_vio_calls * calls, int rate, int channels, int bits, int codec, 
    411                                                                char * server, int dir, char * name) { 
     411                                                               const char * server, int dir, const char * name) { 
    412412 int fh; 
    413413 
Note: See TracChangeset for help on using the changeset viewer.