/* * Copyright (c) 2002-2005 Sendmail, Inc. and its suppliers. * All rights reserved. * * By using this file, you agree to the terms and conditions set * forth in the LICENSE file which can be found at the top level of * the sendmail distribution. * * $Id: qmgr.h,v 1.88 2005/06/16 00:09:34 ca Exp $ */ #ifndef SM_QMGR_H #define SM_QMGR_H 1 #include "sm/generic.h" /* struct definitions for QMGR */ typedef struct qmgr_ctx_S qmgr_ctx_T, *qmgr_ctx_P; typedef struct qm_gli_S qm_gli_T, *qm_gli_P; typedef union qsg_ctx_U qsg_ctx_T, *qsg_ctx_P; typedef struct qsm_gen_S qsm_gen_T, *qsm_gen_P; typedef struct qss_opta_S qss_opta_T, *qss_opta_P; typedef struct qss_ctx_S qss_ctx_T, *qss_ctx_P; typedef struct qss_sess_S qss_sess_T, *qss_sess_P; typedef struct qss_ta_S qss_ta_T, *qss_ta_P; typedef struct qss_mail_S qss_mail_T, *qss_mail_P; typedef struct qss_rcpt_S qss_rcpt_T, *qss_rcpt_P; typedef struct qss_rcpts_S qss_rcpts_T, *qss_rcpts_P; typedef struct qsc_ctx_S qsc_ctx_T, *qsc_ctx_P; typedef struct qar_ctx_S qar_ctx_T, *qar_ctx_P; typedef struct qcleanup_ctx_S qcleanup_ctx_T, *qcleanup_ctx_P; #endif /* SM_QMGR_H */