Initial checkin of proxy 2 code
[yazproxy-moved-to-github.git] / src / p2_xmlerror.h
1 /* $Id: p2_xmlerror.h,v 1.1 2005-10-05 12:07:15 adam Exp $
2    Copyright (c) 1998-2005, Index Data.
3
4 This file is part of the yaz-proxy.
5
6 YAZ proxy is free software; you can redistribute it and/or modify it under
7 the terms of the GNU General Public License as published by the Free
8 Software Foundation; either version 2, or (at your option) any later
9 version.
10
11 YAZ proxy is distributed in the hope that it will be useful, but WITHOUT ANY
12 WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14 for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with YAZ proxy; see the file LICENSE.  If not, write to the
18 Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
19 02111-1307, USA.
20  */
21
22 #ifndef P2_XMLERROR_H
23 #define P2_XMLERROR_H
24
25 void p2_xmlerror_setup();
26
27 #endif
28
29 /*
30  * Local variables:
31  * c-basic-offset: 4
32  * indent-tabs-mode: nil
33  * End:
34  * vim: shiftwidth=4 tabstop=8 expandtab
35  */