Changeset 1444:0a064c5ee5da in roaraudio


Ignore:
Timestamp:
03/26/09 20:11:46 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added protoype for bind() and connect() temporarly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio/muconthacks.h

    r1437 r1444  
    5959}; 
    6060 
     61int bind    (int sockfd, const struct sockaddr *my_addr,   socklen_t addrlen); 
     62int connect (int sockfd, const struct sockaddr *serv_addr, socklen_t addrlen); 
     63 
    6164#endif 
    6265 
Note: See TracChangeset for help on using the changeset viewer.