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/arpa/nameser.h

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r186 r187  
    361361#endif /*!TCPV40HDRS*/
    362362
     363
     364#ifdef TCPV40HDRS
     365/** @name tcpip40 function mappings.
     366 * @{ */
     367#define _getshort           tcpip40__getshort
     368#define _getlong            tcpip40__getlong
     369#define putshort            tcpip40_putshort
     370#define putlong             tcpip40_putlong
     371#define dn_expand           tcpip40_dn_expand
     372#define dn_comp             tcpip40_dn_comp
     373#define dn_find             tcpip40_dn_find
     374#define dn_skipname         tcpip40_dn_skipname
     375#define res_init            tcpip40_res_init
     376#define res_mkquery         tcpip40_res_mkquery
     377#define res_send            tcpip40_res_send
     378#define res_query           tcpip40_res_query
     379#define res_search          tcpip40_res_search
     380#define res_querydomain     tcpip40_res_querydomain
     381/* @} */
     382#endif
     383
    363384/* function prototypes */
    364385u_short _System _getshort(u_char*);
Note: See TracChangeset for help on using the changeset viewer.