/*************************************************************************** cacheapply.h - apply answer to cache ------------------- begin : zo dec 29 2002 copyright : (C) 2002 by Meilof email : meilof@users.sourceforge.net ***************************************************************************/ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ #ifndef __POSADIS_CACHEAPPLY_H #define __POSADIS_CACHEAPPLY_H #include void apply_answer_to_cache(DnsMessage *msg, domainname qname, uint16_t qtype, domainname &znroot, bool is_referral); #endif /* __POSADIS_CACHEAPPLY_H */