Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
264 B

  1. #ifndef _PCT1COMP_H_
  2. #define _PCT1COMP_H_
  3. #ifdef DO_PCT_COMPAT
  4. SP_STATUS PctCompatHandler(PPctContext pContext,
  5. PSPBuffer pCommInput,
  6. PSsl2_Client_Hello pHello,
  7. PSPBuffer pCommOutput);
  8. #endif
  9. #endif /* _PCT1COMP_H_ */