summaryrefslogtreecommitdiff
path: root/pathexec.h
diff options
context:
space:
mode:
Diffstat (limited to 'pathexec.h')
-rw-r--r--pathexec.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/pathexec.h b/pathexec.h
new file mode 100644
index 0000000..d46ab17
--- /dev/null
+++ b/pathexec.h
@@ -0,0 +1,11 @@
1/* Public domain. */
2
3#ifndef PATHEXEC_H
4#define PATHEXEC_H
5
6extern void pathexec_run(const char *,const char * const *,const char * const *);
7extern int pathexec_env(const char *,const char *);
8extern void pathexec_env_run(const char *, const char * const *);
9extern void pathexec(const char * const *);
10
11#endif