Skip to content

Commit

Permalink
sal fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Aug 21, 2024
1 parent 8daf832 commit 15bfd00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/log.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ ULONG_PTR _app_getloghash (
return log_hash;
}

_Ret_maybenull_
PR_STRING _app_getlogpath ()
{
PR_STRING path;
Expand All @@ -111,6 +112,7 @@ PR_STRING _app_getlogpath ()
return path;
}

_Ret_maybenull_
PR_STRING _app_getlogviewer ()
{
PR_STRING path;
Expand Down
2 changes: 2 additions & 0 deletions src/log.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ ULONG_PTR _app_getloghash (
_In_ PITEM_LOG ptr_log
);

_Ret_maybenull_
PR_STRING _app_getlogpath ();

_Ret_maybenull_
PR_STRING _app_getlogviewer ();

BOOLEAN _app_islogfound (
Expand Down

0 comments on commit 15bfd00

Please sign in to comment.