]> git.proxmox.com Git - ceph.git/blame - ceph/src/dokan/utils.h
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / dokan / utils.h
CommitLineData
f67539c2
TL
1/*
2 * ceph-dokan - Win32 CephFS client based on Dokan
3 *
4 * Copyright (C) 2021 SUSE LINUX GmbH
5 *
6 * This is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License version 2.1, as published by the Free Software
9 * Foundation. See file COPYING.
10 *
11*/
12
1e59de90 13#pragma once
f67539c2 14
1e59de90 15#include "include/compat.h"
f67539c2
TL
16
17void to_filetime(time_t t, LPFILETIME pft);
18void to_unix_time(FILETIME ft, time_t *t);