/***************************************************************************
                          stdquery.h  -  standard queries
                             -------------------
    begin                : wo dec 25 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_STDQUERY_H
#define __POSADIS_STDQUERY_H

#include <poslib/poslib.h>
#include <poslib/server/server.h>

#define MAX_RECURSION 5

DnsMessage *answer_stdquery(pending_query *q);

#endif /* __POSADIS_STDQUERY_H */


syntax highlighted by Code2HTML, v. 0.9.1