ucspi-ssl  0.99e
TLS encryption for IPv6 communication
pathexec.h
Go to the documentation of this file.
1 /* Public domain. */
2 
3 #ifndef PATHEXEC_H
4 #define PATHEXEC_H
5 #include "stralloc.h"
6 
7 extern void pathexec_run(const char *,char * const *,char * const *);
8 extern int pathexec_env(const char *,const char *);
9 extern int pathexec_multienv(stralloc *);
10 extern void pathexec(char * const *);
11 
12 #endif
int pathexec_multienv(stralloc *)
Definition: pathexec_env.c:25
void pathexec_run(const char *, char *const *, char *const *)
Definition: pathexec_run.c:12
void pathexec(char *const *)
Definition: pathexec_env.c:31
int pathexec_env(const char *, const char *)
Definition: pathexec_env.c:13