Blame src/internal/tpax_ftime_impl.h

ee80f8
/**************************************************************/
ee80f8
/*  tpax: a topological pax implementation                    */
ee80f8
/*  Copyright (C) 2020--2024  SysDeer Technologies, LLC       */
ee80f8
/*  Released under GPLv2 and GPLv3; see COPYING.TPAX.         */
ee80f8
/**************************************************************/
ee80f8
ee80f8
#ifndef TPAX_FTIME_IMPL_H
ee80f8
#define TPAX_FTIME_IMPL_H
ee80f8
ee80f8
#include <time.h>
ee80f8
#include <sys/time.h>
ee80f8
#include <sys/stat.h>
ee80f8
ee80f8
#include "tpax_driver_impl.h"
ee80f8
ee80f8
void tpax_ftime_restore(
ee80f8
	const struct tpax_driver_ctx *,
ee80f8
	int fd, const struct stat *);
ee80f8
ee80f8
void tpax_ftime_restore_and_close(
ee80f8
	const struct tpax_driver_ctx *,
ee80f8
	int fd, const struct stat *);
ee80f8
ee80f8
#endif