/*****************************************************************************
 * Filename:    xml.h                                                        *
 * Description: Declarations for xml.c                                       *
 * Copyright:   2009 by Alexander Motzkau                                    *
 *****************************************************************************/

#ifndef __XML_H__
#define __XML_H__

#include "options.h"

struct configuration *parse_file(const char *filename);

#endif
