home *** CD-ROM | disk | FTP | other *** search
- #ifndef NWGENERL_H
- #define NWGENERL_H
-
- /**********************/
- /* General prototypes */
- /**********************/
-
- #ifdef __cplusplus
- extern "C" {
- #endif
- int GetNetwareVersion(int *supportedConns);
- void ConvertIntToNWInt(int in,nw_int *out);
- void ConvertLongToNWLong(unsigned long in,
- nw_long *out);
- int ConvertNWIntToInt(nw_int in);
- long ConvertNWLongToLong(nw_long *in);
- void HexToChar(char *destination,
- byte *source,word count);
- #ifdef __cplusplus
- }
- #endif
-
- #endif
-