Deleted Added
full compact
sendmail.h (71345) sendmail.h (80785)
1/*
2 * Copyright (c) 1998-2000 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 * Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
5 * Copyright (c) 1988, 1993
6 * The Regents of the University of California. All rights reserved.
7 *
8 * By using this file, you agree to the terms and conditions set
9 * forth in the LICENSE file which can be found at the top level of
10 * the sendmail distribution.
11 *
12 *
1/*
2 * Copyright (c) 1998-2000 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 * Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
5 * Copyright (c) 1988, 1993
6 * The Regents of the University of California. All rights reserved.
7 *
8 * By using this file, you agree to the terms and conditions set
9 * forth in the LICENSE file which can be found at the top level of
10 * the sendmail distribution.
11 *
12 *
13 * $Id: sendmail.h,v 8.34.4.7 2000/10/09 16:15:26 gshapiro Exp $
13 * $Id: sendmail.h,v 8.34.4.8 2001/06/01 05:06:51 gshapiro Exp $
14 */
15
16/*
17** SENDMAIL.H -- Global definitions for sendmail.
18*/
19
20#if SFIO
21# include <sfio/stdio.h>

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

103
104/* pseudo-flags */
105#define SFF_NOLINK (SFF_NOHLINK|SFF_NOSLINK)
106
107/* functions */
108extern int safefile __P((char *, UID_T, GID_T, char *, long, int, struct stat *));
109extern int safedirpath __P((char *, UID_T, GID_T, char *, long, int, int));
110extern int safeopen __P((char *, int, int, long));
14 */
15
16/*
17** SENDMAIL.H -- Global definitions for sendmail.
18*/
19
20#if SFIO
21# include <sfio/stdio.h>

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

103
104/* pseudo-flags */
105#define SFF_NOLINK (SFF_NOHLINK|SFF_NOSLINK)
106
107/* functions */
108extern int safefile __P((char *, UID_T, GID_T, char *, long, int, struct stat *));
109extern int safedirpath __P((char *, UID_T, GID_T, char *, long, int, int));
110extern int safeopen __P((char *, int, int, long));
111extern FILE *safefopen __P((char *, int, int, long));
112extern int dfopen __P((char *, int, int, long));
113extern bool filechanged __P((char *, int, struct stat *));
114
115/*
116** DontBlameSendmail options
117**
118** Hopefully nobody uses these.
119*/

--- 67 unchanged lines hidden ---
111extern int dfopen __P((char *, int, int, long));
112extern bool filechanged __P((char *, int, struct stat *));
113
114/*
115** DontBlameSendmail options
116**
117** Hopefully nobody uses these.
118*/

--- 67 unchanged lines hidden ---