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.

48 lines
1.4 KiB

  1. /************************************************************************
  2. * *
  3. * INTEL CORPORATION PROPRIETARY INFORMATION *
  4. * *
  5. * This software is supplied under the terms of a license *
  6. * agreement or non-disclosure agreement with Intel Corporation *
  7. * and may not be copied or disclosed except in accordance *
  8. * with the terms of that agreement. *
  9. * *
  10. * Copyright (C) 1997 Intel Corp. All Rights Reserved *
  11. * *
  12. * $Archive: S:\sturgeon\src\gki\vcs\dgkiprot.h_v $
  13. * *
  14. * $Revision: 1.3 $
  15. * $Date: 17 Jan 1997 15:54:14 $
  16. * *
  17. * $Author: CHULME $
  18. * *
  19. * $Log: S:\sturgeon\src\gki\vcs\dgkiprot.h_v $
  20. *
  21. * Rev 1.3 17 Jan 1997 15:54:14 CHULME
  22. * Put debug function prototype on conditionals to avoid release warnings
  23. *
  24. * Rev 1.2 10 Jan 1997 16:14:10 CHULME
  25. * Removed MFC dependency
  26. *
  27. * Rev 1.1 22 Nov 1996 15:25:06 CHULME
  28. * Added VCS log to the header
  29. *************************************************************************/
  30. // DGKIPROT.H : header file
  31. //
  32. #ifndef DGKIPROTO_H
  33. #define DGKIPROTO_H
  34. #ifdef _DEBUG
  35. void SpiderWSErrDecode(int nErr);
  36. void DumpMem(void *pv, int nLen);
  37. #endif
  38. void PostReceive(void *);
  39. void Retry(void *);
  40. #ifdef BROADCAST_DISCOVERY
  41. void GKDiscovery(void *);
  42. #endif
  43. #endif // DGKIPROTO_H