/*
 * ChangeTime_tl.h
 */

#ifndef CHANGETIME_TL_H_
#define CHANGETIME_TL_H_

#include "common_tz_arcounter.h"
#include "tz_arcounter_changetime_msg.h"
uint32_t process_ChangeTime(
	tl_arcounter_ctx_t * ctx,
	tz_arcounter_changetime_payload_t * sendmsg,
	tz_arcounter_changetime_payload_t * respmsg
);

#endif /* CHANGETIME_TL_H_ */
