mp_ws_query.h revision 259065
1284345Ssjg/*-
2284345Ssjg * Copyright (c) 2005 Michael Bushkov <bushman@rsu.ru>
3284345Ssjg * All rights reserved.
4284345Ssjg *
5284345Ssjg * Redistribution and use in source and binary forms, with or without
6284345Ssjg * modification, are permitted provided that the following conditions
7284345Ssjg * are met:
8284345Ssjg * 1. Redistributions of source code must retain the above copyright
9284345Ssjg *    notice, this list of conditions and the following disclaimer.
10284345Ssjg * 2. Redistributions in binary form must reproduce the above copyright
11284345Ssjg *    notice, this list of conditions and the following disclaimer in the
12284345Ssjg *    documentation and/or other materials provided with the distribution.
13284345Ssjg *
14284345Ssjg * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15284345Ssjg * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16284345Ssjg * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17284345Ssjg * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18284345Ssjg * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 * $FreeBSD: releng/10.0/usr.sbin/nscd/mp_ws_query.h 194112 2009-06-13 14:12:55Z des $
27 */
28
29#ifndef __NSCD_MP_WS_QUERY_H__
30#define __NSCD_MP_WS_QUERY_H__
31
32int on_mp_write_session_request_read1(struct query_state *);
33cache_entry register_new_mp_cache_entry(struct query_state *, const char *);
34
35#endif
36