xref: /netbsd-src/usr.bin/w/extern.h (revision 924cacedb8f3611e5dfc6987fdb40304765192fd)
1*924cacedSchristos /*	$NetBSD: extern.h,v 1.7 2011/10/21 02:26:09 christos Exp $	*/
28baabb16Sthorpej 
3f7329f68Scgd /*-
4f7329f68Scgd  * Copyright (c) 1993
5f7329f68Scgd  *	The Regents of the University of California.  All rights reserved.
6f7329f68Scgd  *
7f7329f68Scgd  * Redistribution and use in source and binary forms, with or without
8f7329f68Scgd  * modification, are permitted provided that the following conditions
9f7329f68Scgd  * are met:
10f7329f68Scgd  * 1. Redistributions of source code must retain the above copyright
11f7329f68Scgd  *    notice, this list of conditions and the following disclaimer.
12f7329f68Scgd  * 2. Redistributions in binary form must reproduce the above copyright
13f7329f68Scgd  *    notice, this list of conditions and the following disclaimer in the
14f7329f68Scgd  *    documentation and/or other materials provided with the distribution.
1589aaa1bbSagc  * 3. Neither the name of the University nor the names of its contributors
16f7329f68Scgd  *    may be used to endorse or promote products derived from this software
17f7329f68Scgd  *    without specific prior written permission.
18f7329f68Scgd  *
19f7329f68Scgd  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
20f7329f68Scgd  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21f7329f68Scgd  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22f7329f68Scgd  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
23f7329f68Scgd  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24f7329f68Scgd  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25f7329f68Scgd  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26f7329f68Scgd  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27f7329f68Scgd  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28f7329f68Scgd  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29f7329f68Scgd  * SUCH DAMAGE.
30f7329f68Scgd  *
31f7329f68Scgd  *	@(#)extern.h	8.1 (Berkeley) 6/6/93
32f7329f68Scgd  */
33f7329f68Scgd 
34ea744872Ssimonb struct kinfo_proc2;
353d418a4aSmjl void	fmt_puts(char *, int *);
363d418a4aSmjl void	fmt_putc(int, int *);
373d418a4aSmjl void	pr_attime(time_t *, time_t *);
383d418a4aSmjl void	pr_idle(time_t);
39