aboutsummaryrefslogtreecommitdiffstats
path: root/libterminput_unmarshal_state.c
blob: fd1d6dbd16419d36f075ef2cdde5cb3ccd019046 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* See LICENSE file for copyright and license details. */
#include "common.h"


int
libterminput_unmarshal_state(struct libterminput_unmarshaller *how, struct libterminput_state *what) /* TODO test */
{
	return how->load(how, what, sizeof(*what));
}