home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / NETCLB35.ZIP / NETCLB35.EXE / INCLUDE / NWGENERL.H < prev    next >
C/C++ Source or Header  |  1996-01-03  |  534b  |  24 lines

  1. #ifndef NWGENERL_H
  2. #define NWGENERL_H
  3.  
  4. /**********************/
  5. /* General prototypes */
  6. /**********************/
  7.  
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11. int   GetNetwareVersion(int *supportedConns);
  12. void  ConvertIntToNWInt(int in,nw_int *out);
  13. void  ConvertLongToNWLong(unsigned long in,
  14.                  nw_long *out);
  15. int   ConvertNWIntToInt(nw_int in);
  16. long  ConvertNWLongToLong(nw_long *in);
  17. void  HexToChar(char *destination,
  18.                  byte *source,word count);
  19. #ifdef __cplusplus
  20. }
  21. #endif
  22.  
  23. #endif
  24.