Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / global / off_cvt.h
blobb8809880f0c5414ec62fcef1ab72c6906cde3b55
1 /* $NetBSD$ */
3 #ifndef _OFF_CVT_H_INCLUDED_
4 #define _OFF_CVT_H_INCLUDED_
6 /*++
7 /* NAME
8 /* off_cvt 3h
9 /* SUMMARY
10 /* off_t conversions
11 /* SYNOPSIS
12 /* #include <vstring.h>
13 /* #include <off_cvt.h>
14 /* DESCRIPTION
15 /* .nf
18 * Utility library.
20 #include <vstring.h>
23 * External interface.
25 extern off_t off_cvt_string(const char *);
26 extern VSTRING *off_cvt_number(VSTRING *, off_t);
28 /* LICENSE
29 /* .ad
30 /* .fi
31 /* The Secure Mailer license must be distributed with this software.
32 /* AUTHOR(S)
33 /* Wietse Venema
34 /* IBM T.J. Watson Research
35 /* P.O. Box 704
36 /* Yorktown Heights, NY 10598, USA
37 /*--*/
39 #endif