xref: /openbsd-src/usr.bin/ktrace/extern.h (revision 8eb7de18d39fdd34d6553eab569cd1f2d114e82d)
1*8eb7de18Sguenther /*	$OpenBSD: extern.h,v 1.4 2018/04/26 18:30:36 guenther Exp $ */
2a1236e1cSespie 
3a1236e1cSespie /*
4a1236e1cSespie  * Copyright (c) 2001 Marc Espie.
5a1236e1cSespie  *
6a1236e1cSespie  * Redistribution and use in source and binary forms, with or without
7a1236e1cSespie  * modification, are permitted provided that the following conditions
8a1236e1cSespie  * are met:
9a1236e1cSespie  * 1. Redistributions of source code must retain the above copyright
10a1236e1cSespie  *    notice, this list of conditions and the following disclaimer.
11a1236e1cSespie  * 2. Redistributions in binary form must reproduce the above copyright
12a1236e1cSespie  *    notice, this list of conditions and the following disclaimer in the
13a1236e1cSespie  *    documentation and/or other materials provided with the distribution.
14a1236e1cSespie  *
15a1236e1cSespie  * THIS SOFTWARE IS PROVIDED BY THE OPENBSD PROJECT AND CONTRIBUTORS
16a1236e1cSespie  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
17a1236e1cSespie  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
18a1236e1cSespie  * A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OPENBSD
19a1236e1cSespie  * PROJECT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
20a1236e1cSespie  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
21a1236e1cSespie  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22a1236e1cSespie  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23a1236e1cSespie  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24a1236e1cSespie  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25a1236e1cSespie  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26a1236e1cSespie  */
27a1236e1cSespie 
28adacb5b9Sguenther int getpoints(const char *, int);
29