No empty .Rs/.Re
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / util / load_file.h
blob6f456e19a1d6ee097b1a3cdb593a1afd7251450f
1 /* $NetBSD$ */
3 #ifndef LOAD_FILE_H_INCLUDED_
4 #define LOAD_FILE_H_INCLUDED_
6 /*++
7 /* NAME
8 /* load_file 3h
9 /* SUMMARY
10 /* load file with some prejudice
11 /* SYNOPSIS
12 /* #include <load_file.h>
13 /* DESCRIPTION
14 /* .nf
17 * External interface.
19 typedef void (*LOAD_FILE_FN)(VSTREAM *, void *);
21 extern void load_file(const char *, LOAD_FILE_FN, void *);
23 /* LICENSE
24 /* .ad
25 /* .fi
26 /* The Secure Mailer license must be distributed with this software.
27 /* AUTHOR(S)
28 /* Wietse Venema
29 /* IBM T.J. Watson Research
30 /* P.O. Box 704
31 /* Yorktown Heights, NY 10598, USA
32 /*--*/
34 #endif