From 220534453eecc2c07ad710d72268aafd20b83138 Mon Sep 17 00:00:00 2001 From: joe Date: Fri, 8 May 2015 23:07:47 -0400 Subject: initial commit --- pathexec.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pathexec.h (limited to 'pathexec.h') diff --git a/pathexec.h b/pathexec.h new file mode 100644 index 0000000..d46ab17 --- /dev/null +++ b/pathexec.h @@ -0,0 +1,11 @@ +/* Public domain. */ + +#ifndef PATHEXEC_H +#define PATHEXEC_H + +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 -- cgit v1.2.3