home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / netds / winsock / nwlink / testlib / externs.h < prev    next >
C/C++ Source or Header  |  1993-06-30  |  314b  |  18 lines

  1. #include <windows.h>
  2. #include <wsipx.h>
  3. #include "testlib.h"
  4.  
  5. typedef struct tag_error_struct{
  6.     int     errnum;
  7.     LPSTR   errstr;
  8. } ERROR_STRUCT;
  9.  
  10.  
  11. LPSTR get_network_number(LPSTR);
  12. LPSTR get_node_number(LPSTR);
  13. LPSTR get_socket_number(LPSTR);
  14.  
  15. char msg_no_error[];
  16. char msg_unknown_error[];
  17.  
  18.