2025-04-27 07:49:33 -04:00

22 lines
256 B
C

/*
* LCRpcInt.h
*
* Author: BreenH
*
* Internal functions to support the RPC interface.
*/
#ifndef __LC_LCRPCINT_H__
#define __LC_LCRPCINT_H__
/*
* Function Prototypes
*/
NTSTATUS
InitializeRpcInterface(
);
#endif