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


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
  • include/libroar/vio.h

    r5109 r5114  
    9191 
    9292int     roar_vio_simple_stream (struct roar_vio_calls * calls, int rate, int channels, int bits, int codec, 
    93                                                                char * server, int dir, char * name); 
     93                                                               const char * server, int dir, const char * name); 
    9494 
    9595int     roar_vio_simple_new_stream_obj (struct roar_vio_calls * calls, 
Note: See TracChangeset for help on using the changeset viewer.