Mark ArpIdentifyProcessor() as unimplemented
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Rafal Kupiec 2023-02-06 16:15:24 +01:00
parent f8d2ccc0d0
commit 67768ae7a3
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
2 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,7 @@ XTAPI
VOID
ArpIdentifyProcessor(VOID)
{
UNIMPLEMENTED;
}
/**

View File

@ -83,6 +83,7 @@ XTAPI
VOID
ArpIdentifyProcessor(VOID)
{
UNIMPLEMENTED;
}
/**