Skip to content

Commit

Permalink
Rename system command to execute
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 authored Jan 19, 2025
1 parent 081fdc0 commit 4e61336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ extern "C" {

// __declspec allows it to be exported and used in ctypes

DK_API bool system(const std::string& command);
DK_API bool execute(const std::string& command);

DK_API bool taskkill(
DWORD identifier,
Expand Down

0 comments on commit 4e61336

Please sign in to comment.