No empty .Rs/.Re
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / util / sane_time.h
blob4a6f1bd95fb5194b0396107196f7b7c9b6dd691b
1 /* $NetBSD$ */
3 #ifndef _SANE_TIME_H_
4 #define _SANE_TIME_H_
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
17 * System library.
19 #include <time.h>
22 * External interface.
24 extern time_t sane_time(void);
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 /*--*/
36 #endif