Ignore:
Timestamp:
May 19, 2003, 3:20:02 PM (22 years ago)
Author:
bird
Message:

TCPV40HDRS function wrappers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/resolv.h

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r186 r187  
    3434 *
    3535 *      from: @(#)resolv.h      5.15 (Berkeley) 4/3/91
    36  *      resolv.h,v 1.2 2003/05/19 02:41:00 bird Exp
     36 *      resolv.h,v 1.3 2003/05/19 13:20:02 bird Exp
    3737 */
    3838
     
    160160#ifdef TCPV40HDRS
    161161
     162/** @name tcpip40 function mappings.
     163 * @{ */
     164#define _res tcpip40__res
     165/* @} */
    162166extern  struct state _res;
    163167
    164 #else
     168#else /* !TCPV40HDRS: */
    165169
    166170/*
Note: See TracChangeset for help on using the changeset viewer.