summaryrefslogtreecommitdiff
path: root/pathexec.h
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2015-05-08 23:07:47 -0400
committerjoe <joe@jerkface.net>2015-05-08 23:07:47 -0400
commit220534453eecc2c07ad710d72268aafd20b83138 (patch)
tree469bd5db135e31b7ea908152aa3389b9b1e06d5b /pathexec.h
initial commit
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