skalibs

Mirror/fork of https://skarnet.org/software/skalibs/
git clone https://ccx.te2000.cz/git/skalibs
Log | Files | Refs | README | LICENSE

posixplz-internal.h (317B)


      1 /* ISC license. */
      2 
      3 #ifndef SKALIBS_POSIXPLZ_INTERNAL_H
      4 #define SKALIBS_POSIXPLZ_INTERNAL_H
      5 
      6 typedef struct linkarg_s linkarg, *linkarg_ref ;
      7 struct linkarg_s
      8 {
      9   link_func_ref lf ;
     10   char const *src ;
     11 } ;
     12 
     13 extern void execvep_internal (char const *, char const *const *, char const *const *, char const *) ;
     14 
     15 #endif