QOF  0.7.5
qof.h
1 /********************************************************************\
2  * qof.h -- Master QOF public include file *
3  * *
4  * Copyright (c) 2000,2001,2004 Linas Vepstas <linas@linas.org> *
5  * Copyright (c) 2005-2008 Neil Williams <linux@codehelp.co.uk> *
6  * *
7  * This program is free software; you can redistribute it and/or *
8  * modify it under the terms of the GNU General Public License as *
9  * published by the Free Software Foundation; either version 2 of *
10  * the License, or (at your option) any later version. *
11  * *
12  * This program is distributed in the hope that it will be useful, *
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
15  * GNU General Public License for more details. *
16  * *
17  * You should have received a copy of the GNU General Public License*
18  * along with this program; if not, contact: *
19  * *
20  * Free Software Foundation Voice: +1-617-542-5942 *
21  * 51 Franklin Street, Fifth Floor Fax: +1-617-542-2652 *
22  * Boston, MA 02110-1301, USA gnu@gnu.org *
23  * *
24 \********************************************************************/
25 
26 #ifndef QOF_H_
27 #define QOF_H_
28 
65 #include <glib.h>
66 #include "qofid.h"
67 #include "qoflog.h"
68 #include "qofdate.h"
69 #include "qoftime.h"
70 #include "qofnumeric.h"
71 #include "qofutil.h"
72 #include "guid.h"
73 #include "kvpframe.h"
74 #include "kvputil.h"
75 #include "kvputil-p.h"
76 #include "qofbackend.h"
77 #include "qofid-p.h"
78 #include "qofinstance-p.h"
79 #include "qofbook.h"
80 #include "qofclass.h"
81 #include "qofevent.h"
82 #include "qofobject.h"
83 #include "qofquery.h"
84 #include "qofquerycore.h"
85 #include "qoferror.h"
86 #include "qofsession.h"
87 #include "qofsql.h"
88 #include "qofchoice.h"
89 #include "qofbookmerge.h"
90 #include "qofreference.h"
91 #include "qofla-dir.h"
92 #include "qofundo.h"
93 #include "deprecated.h"
94 
96 #define QOF_MOD_QSF "qof-backend-qsf"
97 
98 #define QSF_BACKEND_LIB "libqof-backend-qsf"
99 
100 #define QSF_MODULE_INIT "qsf_provider_init"
101 
103 #define QOF_MOD_GDA "qof-backend-gda"
104 
106 #define QOF_MOD_SQLITE "qof-sqlite-module"
107 
108 #endif /* QOF_H_ */