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.

26 lines
608 B

  1. /**--------------------------- Debugging ------------------------**/
  2. #define FILEID_ECM 1
  3. #define FILEID_FILTER 2
  4. #define FILEID_HDLC 3
  5. #define FILEID_T30 4
  6. #define FILEID_T30MAIN 5
  7. #define FILEID_TIMEOUTS 6
  8. #define FILEID_IFP 7
  9. #define FILEID_SWECM 8
  10. void RestartDump(PThrdGlbl pTG);
  11. void DumpFrame(PThrdGlbl pTG, BOOL fSend, IFR ifr, USHORT cbFIF, LPBYTE lpbFIF);
  12. void PrintDump(PThrdGlbl pTG);
  13. #ifdef DEBUG
  14. void D_PrintFrame(LPB lpb, UWORD cb);
  15. #else
  16. # define D_PrintFrame(lpb, cb) {}
  17. #endif