summaryrefslogtreecommitdiff
path: root/process.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-17 18:12:33 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-17 18:12:33 -0500
commit14811a586d77ab9a1fa8bef360250992aead55d1 (patch)
tree2fab3e9d4140cfee65faea369d84a5f9e9566cda /process.h
parente719b02111d63aee561684d50e5fceaf1d099826 (diff)
started process-win.c
Diffstat (limited to 'process.h')
-rw-r--r--process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/process.h b/process.h
index 023145c..2e91598 100644
--- a/process.h
+++ b/process.h
@@ -4,7 +4,7 @@
typedef struct Process Process;
-// returns NULL on failure
+// returns false on failure
bool process_exec(Process *process, char const *program, char **argv);
// returns the error last error produced, or NULL if there was no error.
char const *process_geterr(Process *process);