repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
external
/
ibm-public
/
postfix
/
dist
/
src
/
util
/
sane_time.h
blob
4a6f1bd95fb5194b0396107196f7b7c9b6dd691b
1
/* $NetBSD$ */
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