summaryrefslogtreecommitdiff
path: root/src/libposixplz/posixplz-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libposixplz/posixplz-internal.h')
-rw-r--r--src/libposixplz/posixplz-internal.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libposixplz/posixplz-internal.h b/src/libposixplz/posixplz-internal.h
index c3da73a..544b020 100644
--- a/src/libposixplz/posixplz-internal.h
+++ b/src/libposixplz/posixplz-internal.h
@@ -3,6 +3,13 @@
#ifndef POSIXPLZ_INTERNAL_H
#define POSIXPLZ_INTERNAL_H
+typedef struct linkarg_s linkarg_t, *linkarg_t_ref ;
+struct linkarg_s
+{
+ linkfunc_t_ref lf ;
+ char const *src ;
+} ;
+
extern void execvep_internal (char const *, char const *const *, char const *const *, char const *) ;
#endif