Leaked source code of windows server 2003
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.

36 lines
752 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1998 - 1999
  6. //
  7. // File: scext.h
  8. //
  9. //--------------------------------------------------------------------------
  10. #include <tcl.h>
  11. // #include "tcldllUtil.h"
  12. #if 15 != _ANSI_ARGS_(15)
  13. #error Missing argument definitions
  14. #endif
  15. extern int
  16. Tclsc_cryptCmd(
  17. ClientData clientData,
  18. Tcl_Interp *interp,
  19. int argc,
  20. char *argv[]);
  21. extern int
  22. TclExt_tryCmd(
  23. ClientData clientData,
  24. Tcl_Interp *interp,
  25. int argc,
  26. char *argv[]);
  27. extern int
  28. TclExt_threadCmd(
  29. ClientData clientData,
  30. Tcl_Interp *interp,
  31. int argc,
  32. char *argv[]);