110154Sache/*
210154Sache *  gloadavg.h -  header for atrun(8)
310154Sache *  Copyright (C) 1993  Thomas Koenig
410154Sache *
510154Sache * Redistribution and use in source and binary forms, with or without
610154Sache * modification, are permitted provided that the following conditions
710154Sache * are met:
810154Sache * 1. Redistributions of source code must retain the above copyright
910154Sache *    notice, this list of conditions and the following disclaimer.
1010154Sache * 2. The name of the author(s) may not be used to endorse or promote
1110154Sache *    products derived from this software without specific prior written
1210154Sache *    permission.
1310154Sache *
1410154Sache * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR
1510154Sache * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1610154Sache * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
1710154Sache * IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
1810154Sache * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
1910154Sache * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2010154Sache * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2110154Sache * THEORY OF LIABILITY, WETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2210154Sache * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2310154Sache * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2410154Sache */
2510154Sache
2610154Sachedouble gloadavg(void);
2710154Sache#if 0
2850476Speterstatic char atrun_h_rcsid[] = "$FreeBSD$";
2910154Sache#endif
30