Postfix3.3.1
postqueue.h
[詳解]
1 /*++
2 /* NAME
3 /* postqueue 5h
4 /* SUMMARY
5 /* postqueue internal interfaces
6 /* SYNOPSIS
7 /* #include <postqueue.h>
8 /* DESCRIPTION
9 /* .nf
10 
11  /*
12  * showq_compat.c
13  */
14 extern void showq_compat(VSTREAM *);
15 
16  /*
17  * showq_json.c
18  */
19 extern void showq_json(VSTREAM *);
20 
21 /* LICENSE
22 /* .ad
23 /* .fi
24 /* The Secure Mailer license must be distributed with this software.
25 /* AUTHOR(S)
26 /* Wietse Venema
27 /* IBM T.J. Watson Research
28 /* P.O. Box 704
29 /* Yorktown Heights, NY 10598, USA
30 /*
31 /* Wietse Venema
32 /* Google, Inc.
33 /* 111 8th Avenue
34 /* New York, NY 10011, USA
35 /*--*/
void showq_json(VSTREAM *)
Definition: showq_json.c:202
void showq_compat(VSTREAM *)
Definition: showq_compat.c:174