s6

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

ftrigr_start.c (306B)


      1 /* ISC license. */
      2 
      3 #include <skalibs/textclient.h>
      4 #include <s6/ftrigr.h>
      5 
      6 int ftrigr_start (ftrigr_t *a, char const *path, tain const *deadline, tain *stamp)
      7 {
      8   return textclient_start(&a->connection, path, 0, FTRIGR_BANNER1, FTRIGR_BANNER1_LEN, FTRIGR_BANNER2, FTRIGR_BANNER2_LEN, deadline, stamp) ;
      9 }