[BACK]Return to util.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / gzsig

Annotation of src/usr.bin/gzsig/util.h, Revision 1.4

1.4     ! tobias      1: /* $OpenBSD: util.h,v 1.3 2013/03/10 10:34:33 tobias Exp $ */
1.1       marius      2: /*
                      3:  * util.h
                      4:  *
                      5:  * Copyright (c) 2001 Dug Song <dugsong@arbor.net>
                      6:  * Copyright (c) 2001 Arbor Networks, Inc.
                      7:  *
                      8:  *   Redistribution and use in source and binary forms, with or without
                      9:  *   modification, are permitted provided that the following conditions
                     10:  *   are met:
                     11:  *
                     12:  *   1. Redistributions of source code must retain the above copyright
                     13:  *      notice, this list of conditions and the following disclaimer.
                     14:  *   2. Redistributions in binary form must reproduce the above copyright
                     15:  *      notice, this list of conditions and the following disclaimer in the
                     16:  *      documentation and/or other materials provided with the distribution.
                     17:  *   3. The names of the copyright holders may not be used to endorse or
                     18:  *      promote products derived from this software without specific
                     19:  *      prior written permission.
                     20:  *
                     21:  *   THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
                     22:  *   INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
                     23:  *   AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
                     24:  *   THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
                     25:  *   EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
                     26:  *   PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
                     27:  *   OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
                     28:  *   WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
                     29:  *   OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
                     30:  *   ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
                     31:  *
1.2       marius     32:  * $Vendor: util.h,v 1.2 2005/04/01 16:47:31 dugsong Exp $
1.1       marius     33:  */
                     34:
                     35: #ifndef UTIL_H
                     36:
1.3       tobias     37: int            copy_permissions(int srcfd, int dstfd);
1.4     ! tobias     38: int            skip_string(FILE *fin);
1.1       marius     39: void           fatal(int status, const char *fmt, ...);
                     40:
                     41: #endif /* UTIL_H */