Sync usage with man page.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / util / vbuf_print.h
blobd637f17f5c527b5bd0ad74c5b20ec69fc3c20ffd
1 /* $NetBSD$ */
3 #ifndef _VBUF_PRINT_H_INCLUDED_
4 #define _VBUF_PRINT_H_INCLUDED_
6 /*++
7 /* NAME
8 /* vbuf_print 3h
9 /* SUMMARY
10 /* formatted print to generic buffer
11 /* SYNOPSIS
12 /* #include <vbuf_print.h>
13 /* DESCRIPTION
14 /* .nf
17 * System library.
19 #include <stdarg.h>
22 * Utility library.
24 #include <vbuf.h>
27 * External interface.
29 extern VBUF *vbuf_print(VBUF *, const char *, va_list);
31 /* LICENSE
32 /* .ad
33 /* .fi
34 /* The Secure Mailer license must be distributed with this software.
35 /* AUTHOR(S)
36 /* Wietse Venema
37 /* IBM T.J. Watson Research
38 /* P.O. Box 704
39 /* Yorktown Heights, NY 10598, USA
40 /*--*/
42 #endif