Welcome to mirror list, hosted at ThFree Co, Russian Federation.

timefuncs-private.h « io-layer « mono - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 64c6dbb9a8559b04c1f2a8414f5d94fc2641a3c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * timefuncs-private.h:  performance timer and other time private functions
 *
 * Author:
 *	Dick Porter (dick@ximian.com)
 *
 * (C) 2002 Ximian, Inc.
 */

#ifndef _WAPI_TIMEFUNCS_PRIVATE_H_
#define _WAPI_TIMEFUNCS_PRIVATE_H_

#include <config.h>
#include <glib.h>
#include <sys/time.h>

extern void _wapi_time_t_to_filetime (time_t timeval, WapiFileTime *filetime);
extern void _wapi_timeval_to_filetime (struct timeval *tv,
				       WapiFileTime *filetime);

#endif /* _WAPI_TIMEFUNCS_PRIVATE_H_ */