1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-12-26 14:02:08 -06:00

dll: FspEventLogRegister, FspEventLogUnregister

This commit is contained in:
Bill Zissimopoulos
2016-05-06 15:05:36 -07:00
parent 12db7cf9dc
commit 9addfa5899
4 changed files with 76 additions and 13 deletions

View File

@@ -114,4 +114,7 @@ NTSTATUS FspFsctlUnregister(VOID);
NTSTATUS FspNpRegister(VOID);
NTSTATUS FspNpUnregister(VOID);
NTSTATUS FspEventLogRegister(VOID);
NTSTATUS FspEventLogUnregister(VOID);
#endif