diff options
Diffstat (limited to 'include/pathexec.h')
-rw-r--r-- | include/pathexec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pathexec.h b/include/pathexec.h index 9db6fb4..7ecc0b2 100644 --- a/include/pathexec.h +++ b/include/pathexec.h @@ -2,8 +2,8 @@ #define PATHEXEC_H #include "stralloc.h" -extern void pathexec_run(const char *,char *const *,char *const *); -extern int pathexec_env(const char *,const char *); +extern void pathexec_run(const char *, char *const *, char *const *); +extern int pathexec_env(const char *, const char *); extern int pathexec_multienv(stralloc *); extern void pathexec(char *const *); |