xref: /freebsd/usr.bin/at/at.h (revision ddcf8022362e214b7a5403ccda9b3d4626a816d6)
1d78e98d2SNate Williams /*
2d78e98d2SNate Williams  *  at.h -  header for at(1)
3b89321a5SAndrey A. Chernov  *  Copyright (C) 1993  Thomas Koenig
4d78e98d2SNate Williams  *
5d78e98d2SNate Williams  * Redistribution and use in source and binary forms, with or without
6d78e98d2SNate Williams  * modification, are permitted provided that the following conditions
7d78e98d2SNate Williams  * are met:
8d78e98d2SNate Williams  * 1. Redistributions of source code must retain the above copyright
9d78e98d2SNate Williams  *    notice, this list of conditions and the following disclaimer.
10d78e98d2SNate Williams  * 2. The name of the author(s) may not be used to endorse or promote
11d78e98d2SNate Williams  *    products derived from this software without specific prior written
12d78e98d2SNate Williams  *    permission.
13d78e98d2SNate Williams  *
14d78e98d2SNate Williams  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR
15d78e98d2SNate Williams  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
16d78e98d2SNate Williams  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
17ddcf8022SAndrey A. Chernov  * IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
18d78e98d2SNate Williams  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19d78e98d2SNate Williams  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20d78e98d2SNate Williams  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21d78e98d2SNate Williams  * THEORY OF LIABILITY, WETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22d78e98d2SNate Williams  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23d78e98d2SNate Williams  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24d78e98d2SNate Williams  */
25d78e98d2SNate Williams 
26d78e98d2SNate Williams extern int fcreated;
27d78e98d2SNate Williams extern char *namep;
28d78e98d2SNate Williams extern char atfile[];
29d78e98d2SNate Williams extern char atverify;
30d78e98d2SNate Williams 
31b89321a5SAndrey A. Chernov void *mymalloc(size_t n);
32