home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / windr440.zip / windrive.zip / WinDriver / samples / shared / print_struct.h < prev   
C/C++ Source or Header  |  2000-03-30  |  194b  |  15 lines

  1. #ifndef _PRINT_STRUCT_H_
  2. #define _PRINT_STRUCT_H_
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7.  
  8. void WD_CARD_print(WD_CARD *pCard, PCHAR pcPrefix);
  9.  
  10. #ifdef __cplusplus
  11. }
  12. #endif
  13.  
  14. #endif
  15.