1 /* $NetBSD: postqueue.h,v 1.2 2017/02/14 01:16:47 christos Exp $ */ 2 3 /*++ 4 /* NAME 5 /* postqueue 5h 6 /* SUMMARY 7 /* postqueue internal interfaces 8 /* SYNOPSIS 9 /* #include <postqueue.h> 10 /* DESCRIPTION 11 /* .nf 12 13 /* 14 * showq_compat.c 15 */ 16 extern void showq_compat(VSTREAM *); 17 18 /* 19 * showq_json.c 20 */ 21 extern void showq_json(VSTREAM *); 22 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 /* 33 /* Wietse Venema 34 /* Google, Inc. 35 /* 111 8th Avenue 36 /* New York, NY 10011, USA 37 /*--*/ 38