Changeset 5364:0de291943ccf in roaraudio for include


Ignore:
Timestamp:
12/19/11 18:23:16 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

marked good casts and added const keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/socket.h

    r5361 r5364  
    6666int roar_socket_open_proxy (int mode, int type, const char * host, int port, const char * proxy_type) _LIBROAR_ATTR_TO_STATIC; 
    6767 
    68 int roar_socket_listen_decnet (char * object, int num); 
     68int roar_socket_listen_decnet (const char * object, int num); 
    6969 
    7070const char * roar_socket_get_local_nodename(void); 
Note: See TracChangeset for help on using the changeset viewer.