extern.h (82725ba9bf1fd59746a4006a06f24d4d61d142f2) extern.h (1f7661742de650bcb6b9124ee3da7e94c8650c4b)
1/*-
2 * SPDX-License-Identifier: BSD-3-Clause
3 *
4 * Copyright (c) 1991, 1993, 1994
5 * The Regents of the University of California. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 30 unchanged lines hidden (view full) ---

39#define ERR_EXIT 2 /* error exit code */
40
41void c_link(const char *, off_t, const char *, off_t);
42void c_regular(int, const char *, off_t, off_t, int, const char *, off_t, off_t);
43void c_special(int, const char *, off_t, int, const char *, off_t);
44void diffmsg(const char *, const char *, off_t, off_t);
45void eofmsg(const char *);
46
1/*-
2 * SPDX-License-Identifier: BSD-3-Clause
3 *
4 * Copyright (c) 1991, 1993, 1994
5 * The Regents of the University of California. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 30 unchanged lines hidden (view full) ---

39#define ERR_EXIT 2 /* error exit code */
40
41void c_link(const char *, off_t, const char *, off_t);
42void c_regular(int, const char *, off_t, off_t, int, const char *, off_t, off_t);
43void c_special(int, const char *, off_t, int, const char *, off_t);
44void diffmsg(const char *, const char *, off_t, off_t);
45void eofmsg(const char *);
46
47extern int lflag, sflag, xflag, zflag;
47extern bool lflag, sflag, xflag, zflag;