4 * Copyright (C) 2005 Novell, Inc.
9 * Permission is hereby granted, free of charge, to any person obtaining a
10 * copy of this software and associated documentation files (the "Software"),
11 * to deal in the Software without restriction, including without limitation
12 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
13 * and/or sell copies of the Software, and to permit persons to whom the
14 * Software is furnished to do so, subject to the following conditions:
16 * The above copyright notice and this permission notice shall be included in
17 * all copies or substantial portions of the Software.
19 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
24 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
25 * DEALINGS IN THE SOFTWARE.
31 #include <beagle/beagle-client.h>
32 #include <beagle/beagle-daemon-information-request.h>
33 #include <beagle/beagle-daemon-information-response.h>
34 #include <beagle/beagle-empty-response.h>
35 #include <beagle/beagle-error-response.h>
36 #include <beagle/beagle-finished-response.h>
37 #include <beagle/beagle-hits-added-response.h>
38 #include <beagle/beagle-hits-subtracted-response.h>
39 #include <beagle/beagle-indexable.h>
40 #include <beagle/beagle-indexing-service-request.h>
41 #include <beagle/beagle-property.h>
42 #include <beagle/beagle-scheduler-information.h>
43 #include <beagle/beagle-query.h>
44 #include <beagle/beagle-query-part.h>
45 #include <beagle/beagle-query-part-date.h>
46 #include <beagle/beagle-query-part-human.h>
47 #include <beagle/beagle-query-part-or.h>
48 #include <beagle/beagle-query-part-property.h>
49 #include <beagle/beagle-query-part-text.h>
50 #include <beagle/beagle-query-part-wildcard.h>
51 #include <beagle/beagle-queryable-status.h>
52 #include <beagle/beagle-request.h>
53 #include <beagle/beagle-response.h>
54 #include <beagle/beagle-search-term-response.h>
55 #include <beagle/beagle-shutdown-request.h>
56 #include <beagle/beagle-snippet-request.h>
57 #include <beagle/beagle-snippet-response.h>
58 #include <beagle/beagle-timestamp.h>
59 #include <beagle/beagle-util.h>
61 #endif /* __BEAGLE_H */