More tests/examples to ignore
[metaproxy-moved-to-github.git] / src / test_util.hpp
1 /* $Id: test_util.hpp,v 1.1 2005-10-25 21:32:01 adam Exp $
2    Copyright (c) 2005, Index Data.
3
4 %LICENSE%
5  */
6
7 #ifndef TEST_UTIL_HPP
8 #define TEST_UTIL_HPP
9
10 #include <yaz/z-core.h>
11 #include <string>
12 namespace yp2 {
13     struct util  {
14         static bool pqf(ODR odr, Z_APDU *apdu, const std::string &q);
15     };
16 }
17 #endif
18 /*
19  * Local variables:
20  * c-basic-offset: 4
21  * indent-tabs-mode: nil
22  * c-file-style: "stroustrup"
23  * End:
24  * vim: shiftwidth=4 tabstop=8 expandtab
25  */