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