Changeset 53 in libcf for trunk/include/cf_socket.h


Ignore:
Timestamp:
04/03/13 17:13:09 (11 years ago)
Author:
cheese
Message:

#1 remove structure for remote host information interface from socket

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cf_socket.h

    r46 r53  
    1818/** 타임아웃을 설정하지 않음 */
    1919#define CF_SOCKET_NO_TIMEOUT        -1
    20 
    21 /** 호스트 정보 */
    22 typedef struct cf_socket_hostinfo {
    23     char            address[128];   /**< 원격 호스트 주소 */
    24     unsigned short  port;           /**< 원격 호스트 포트 */
    25 } CF_Socket_HostInfo;
    2620
    2721#ifdef __cplusplus
     
    6761
    6862CF_EXPORT int
    69 CF_Socket_Accept            (const int          sock,
    70                              CF_Socket_HostInfo * host);
     63CF_Socket_Accept            (const int sock);
    7164
    7265CF_EXPORT int
Note: See TracChangeset for help on using the changeset viewer.