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.

21 lines
256 B

  1. /*
  2. * LCRpcInt.h
  3. *
  4. * Author: BreenH
  5. *
  6. * Internal functions to support the RPC interface.
  7. */
  8. #ifndef __LC_LCRPCINT_H__
  9. #define __LC_LCRPCINT_H__
  10. /*
  11. * Function Prototypes
  12. */
  13. NTSTATUS
  14. InitializeRpcInterface(
  15. );
  16. #endif