summaryrefslogtreecommitdiff
path: root/src/libtipidee/tipidee_response_header_writemerge_G.c
blob: 78a752603d831bd961f72642ee05a90fe71d213a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* ISC license. */

#include <skalibs/tai.h>

#include <tipidee/response.h>

size_t tipidee_response_header_writemerge_G (buffer *b, tipidee_response_header const *rhdr, uint32_t rhdrn, tipidee_headers const *hdr, uint32_t options)
{
  tain wstamp ;
  tain_wallclock_read(&wstamp) ;
  return tipidee_response_header_writemerge(b, rhdr, rhdrn, hdr, options, &wstamp) ;
}