lwres_config.docbook revision 14a656f94b1fd0ababd84a772228dfa52276ba15
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore - Copyright (C) 2004, 2005, 2007, 2014 Internet Systems Consortium, Inc. ("ISC")
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore - Copyright (C) 2000, 2001 Internet Software Consortium.
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore - Permission to use, copy, modify, and/or distribute this software for any
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore - purpose with or without fee is hereby granted, provided that the above
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore - copyright notice and this permission notice appear in all copies.
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore - PERFORMANCE OF THIS SOFTWARE.
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore<!-- Converted by db4-upgrade version 1.0 -->
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore<refentry xmlns="http://docbook.org/ns/docbook" version="5.0">
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore <refentryinfo>
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore <corpauthor>Internet Systems Consortium, Inc.</corpauthor>
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore </refentryinfo>
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore <holder>Internet Software Consortium.</holder>
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore <refpurpose>lightweight resolver configuration</refpurpose>
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore </refnamediv>
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore <refsynopsisdiv>
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore <funcsynopsis>
7014882c6a3672fd0e5d60200af8643ae53c5928Richard Lowe<funcsynopsisinfo>#include <lwres/lwres.h></funcsynopsisinfo>
7014882c6a3672fd0e5d60200af8643ae53c5928Richard Lowe<funcprototype>
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore<function>lwres_conf_init</function></funcdef>
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore <paramdef>lwres_context_t *<parameter>ctx</parameter></paramdef>
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore </funcprototype>
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore<funcprototype>
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore<function>lwres_conf_clear</function></funcdef>
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore <paramdef>lwres_context_t *<parameter>ctx</parameter></paramdef>
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore </funcprototype>
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore<funcprototype>
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amorelwres_result_t
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore<function>lwres_conf_parse</function></funcdef>
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore <paramdef>lwres_context_t *<parameter>ctx</parameter></paramdef>
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore <paramdef>const char *<parameter>filename</parameter></paramdef>
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore </funcprototype>
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore<funcprototype>
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amorelwres_result_t
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore<function>lwres_conf_print</function></funcdef>
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore <paramdef>lwres_context_t *<parameter>ctx</parameter></paramdef>
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore <paramdef>FILE *<parameter>fp</parameter></paramdef>
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore </funcprototype>
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore<funcprototype>