diff options
Diffstat (limited to 'src/pathexec.h')
-rw-r--r-- | src/pathexec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pathexec.h b/src/pathexec.h index 61da922..d46ab17 100644 --- a/src/pathexec.h +++ b/src/pathexec.h @@ -5,6 +5,7 @@ extern void pathexec_run(const char *,const char * const *,const char * const *); extern int pathexec_env(const char *,const char *); +extern void pathexec_env_run(const char *, const char * const *); extern void pathexec(const char * const *); #endif |