xref: /netbsd-src/external/ibm-public/postfix/dist/src/util/sane_time.h (revision 41fbaed053f8fbfdf9d2a4ee0a7386a3c83f8505)
1 /*	$NetBSD: sane_time.h,v 1.1.1.1 2009/06/23 10:09:00 tron Exp $	*/
2 
3 #ifndef _SANE_TIME_H_
4 #define _SANE_TIME_H_
5 
6 /*++
7 /* NAME
8 /*	sane_time 3h
9 /* SUMMARY
10 /*	time(2) with backward time jump protection
11 /* SYNOPSIS
12 /*	#include <sane_time.h>
13 /* DESCRIPTION
14 /* .nf
15 
16  /*
17   * System library.
18   */
19 #include <time.h>
20 
21  /*
22   * External interface.
23   */
24 extern time_t sane_time(void);
25 
26 /* LICENSE
27 /* .ad
28 /* .fi
29 /*	The Secure Mailer license must be distributed with this software.
30 /* AUTHOR(S)
31 /*	Patrik Rak
32 /*	Modra 6
33 /*	155 00, Prague, Czech Republic
34 /*--*/
35 
36 #endif
37