Changeset 5260:03340eac5983 in roaraudio for libroar/vio.c


Ignore:
Timestamp:
11/14/11 00:29:49 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added some const keywords ;)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vio.c

    r5253 r5260  
    357357} 
    358358 
    359 int     roar_vio_open_socket   (struct roar_vio_calls * calls, char * host, int port) { 
     359int     roar_vio_open_socket   (struct roar_vio_calls * calls, const char * host, int port) { 
    360360 int fh; 
    361361 
     
    371371} 
    372372 
    373 int     roar_vio_open_socket_listen(struct roar_vio_calls * calls, int type, char * host, int port) { 
     373int     roar_vio_open_socket_listen(struct roar_vio_calls * calls, int type, const char * host, int port) { 
    374374 int fh; 
    375375 
Note: See TracChangeset for help on using the changeset viewer.