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.

40 lines
494 B

  1. /*++
  2. Copyright (c) 1996-1999 Microsoft Corporation
  3. Module Name:
  4. clstate.h
  5. Abstract:
  6. defines for gpc client state machine code
  7. Author:
  8. Yoram Bernet (yoramb) 28-Dec-1997
  9. Revision History:
  10. --*/
  11. #ifndef _CLSTATE_
  12. #define _CLSTATE_
  13. /* Prototypes */
  14. VOID
  15. InternalCloseCall(
  16. PGPC_CLIENT_VC Vc
  17. );
  18. VOID
  19. CallSucceededStateTransition(
  20. PGPC_CLIENT_VC Vc
  21. );
  22. /* End Prototypes */
  23. #endif /* _CLSTATE_ */
  24. /* end clstate.h */