home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / 3COMM.ZIP / H.ZIP / CONFIG.H < prev    next >
C/C++ Source or Header  |  1989-05-17  |  1KB  |  32 lines

  1. /********************************************************************
  2.  **                   Microsoft OS/2 LAN Manager                   **
  3.  **            Copyright(c) Microsoft Corp., 1987, 1988            **
  4.  ********************************************************************/
  5.  
  6. /********************************************************************
  7.  *                                    *
  8.  *  About this file ...  CONFIG.H                    *
  9.  *                                    *
  10.  *  This file contains information about the NetConfig APIs.        *
  11.  *                                    *
  12.  ********************************************************************/
  13.  
  14.  
  15. /**************************************************************** 
  16.  *                                *
  17.  *          Function prototypes                 *
  18.  *                                *
  19.  ****************************************************************/
  20.  
  21.  
  22. extern API_FUNCTION
  23.   NetConfigGet ( const char far *, const char far *, char far *, 
  24.             unsigned short, 
  25.             unsigned short far *);
  26.  
  27. extern API_FUNCTION
  28.   NetConfigGetAll ( const char far *, char far *, unsigned short, 
  29.             unsigned short far *, unsigned short far * );
  30.  
  31.  
  32.