mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibCore: Add find_executable_in_path.
This commit is contained in:
parent
d55e3c4642
commit
3283f5bb5d
Notes:
sideshowbarker
2024-07-19 02:22:57 +09:00
Author: https://github.com/asynts
Commit: 3283f5bb5d
Pull-request: https://github.com/SerenityOS/serenity/pull/3511
Reviewed-by: https://github.com/nico
2 changed files with 22 additions and 0 deletions
|
@ -60,4 +60,6 @@ private:
|
|||
bool advance_next();
|
||||
};
|
||||
|
||||
String find_executable_in_path(String filename);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue