/*
* Copyright (c) 2003 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: aqrdqstr.h,v 1.2 2003/11/26 00:28:20 ca Exp $
*/
#ifndef SM_AQRDQSTR_H
#define SM_AQRDQSTR_H 1
typedef struct aqrdq_ctx_S aqrdq_ctx_T, *aqrdq_ctx_P;
typedef struct aqrdq_ctx_hd_S aqrdq_ctx_hd_T, *aqrdq_ctx_hd_P;
TAILQ_HEAD(aqrdq_ctx_hd_S, aqrdq_ctx_S);
#endif /* SM_AQRDQSTR_H */
syntax highlighted by Code2HTML, v. 0.9.1