1#ifndef _SANE_TIME_H_
2#define _SANE_TIME_H_
3
4/*++
5/* NAME
6/*	sane_time 3h
7/* SUMMARY
8/*	time(2) with backward time jump protection
9/* SYNOPSIS
10/*	#include <sane_time.h>
11/* DESCRIPTION
12/* .nf
13
14 /*
15  * System library.
16  */
17#include <time.h>
18
19 /*
20  * External interface.
21  */
22extern time_t sane_time(void);
23
24/* LICENSE
25/* .ad
26/* .fi
27/*	The Secure Mailer license must be distributed with this software.
28/* AUTHOR(S)
29/*	Patrik Rak
30/*	Modra 6
31/*	155 00, Prague, Czech Republic
32/*--*/
33
34#endif
35