/* * Copyright (c) 2002, 2003, 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: adb.h,v 1.17 2005/06/16 00:39:02 ca Exp $ */ #ifndef AQ_ADB_H #define AQ_ADB_H 1 #include "sm/generic.h" #include "sm/types.h" #include "sm/pthread.h" #include "sm/mta.h" #include "sm/actdb.h" sm_ret_T aq_rcpt_find_da(aq_ctx_P _aq_ctx, sessta_id_T _ta_id, rcpt_idx_T _rcpt_idx, thr_lock_T _lockit, aq_rcpt_P *_paq_rcpt); #endif /* AQ_ADB_H */