aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtipidee/tipidee_fcgi_flush.c
blob: f32f8d454851f1011f223b6aeeff4277cd4cd7ca (plain)
1
2
3
4
5
6
7
8
9
10
/* ISC license. */

#include <skalibs/unix-timed.h>

#include <tipidee/fcgi.h>

int tipidee_fcgi_flush (tipidee_fcgi *fc, tain *stamp)
{
  return buffer_timed_flush(&fc->b, &fc->deadline, stamp) ;
}