1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-03-06 15:49:21 -06:00

fsptool: ver, unload commands

This commit is contained in:
Bill Zissimopoulos
2022-08-21 07:59:28 +01:00
parent 5dda5903a8
commit adeed2b79d
4 changed files with 48 additions and 5 deletions

View File

@@ -70,7 +70,6 @@ NTSTATUS FspNpUnregister(VOID);
NTSTATUS FspEventLogRegister(VOID);
NTSTATUS FspEventLogUnregister(VOID);
PWSTR FspSxsIdent(VOID);
PWSTR FspSxsSuffix(VOID);
PWSTR FspSxsAppendSuffix(PWCHAR Buffer, SIZE_T Size, PWSTR Ident);