Update for 1.4.18
[xapian.git] / xapian-core / common / output-internal.h
blob0f1396772badf1b11316045650192e03459e38bd
1 /** @file
2 * @brief Functions for output of strings describing internal Xapian objects.
3 */
4 /*
5 * Copyright 1999,2000,2001 BrightStation PLC
6 * Copyright 2002 Ananova Ltd
7 * Copyright 2002,2003,2004,2007,2009,2011,2012 Olly Betts
8 * Copyright 2007 Lemur Consulting Ltd
10 * This program is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License as
12 * published by the Free Software Foundation; either version 2 of the
13 * License, or (at your option) any later version.
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
23 * USA
26 #ifndef XAPIAN_INCLUDED_OUTPUT_INTERNAL_H
27 #define XAPIAN_INCLUDED_OUTPUT_INTERNAL_H
29 #include "output.h"
31 #include "api/replication.h"
32 XAPIAN_OUTPUT_FUNCTION(Xapian::DatabaseMaster)
33 XAPIAN_OUTPUT_FUNCTION(Xapian::DatabaseReplica)
35 #include "weight/weightinternal.h"
36 XAPIAN_OUTPUT_FUNCTION(TermFreqs)
37 XAPIAN_OUTPUT_FUNCTION(Xapian::Weight::Internal)
39 #endif /* XAPIAN_INCLUDED_OUTPUT_INTERNAL_H */