Deleted Added
full compact
io.h (182352) io.h (249729)
1/*
1/*
2 * Copyright (c) 2000-2002, 2004 Sendmail, Inc. and its suppliers.
2 * Copyright (c) 2000-2002, 2004, 2013 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 * Copyright (c) 1990
5 * The Regents of the University of California. All rights reserved.
6 *
7 * This code is derived from software contributed to Berkeley by
8 * Chris Torek.
9 *
10 * By using this file, you agree to the terms and conditions set
11 * forth in the LICENSE file which can be found at the top level of
12 * the sendmail distribution.
13 *
3 * All rights reserved.
4 * Copyright (c) 1990
5 * The Regents of the University of California. All rights reserved.
6 *
7 * This code is derived from software contributed to Berkeley by
8 * Chris Torek.
9 *
10 * By using this file, you agree to the terms and conditions set
11 * forth in the LICENSE file which can be found at the top level of
12 * the sendmail distribution.
13 *
14 * $Id: io.h,v 1.24 2004/03/03 19:14:49 ca Exp $
14 * $Id: io.h,v 1.25 2013/03/12 15:24:49 ca Exp $
15 */
16
17/*-
18 * @(#)stdio.h 5.17 (Berkeley) 6/3/91
19 */
20
21#ifndef SM_IO_H
22#define SM_IO_H

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

264__BEGIN_DECLS
265SM_FILE_T *sm_io_autoflush __P((SM_FILE_T *, SM_FILE_T *));
266void sm_io_automode __P((SM_FILE_T *, SM_FILE_T *));
267void sm_io_clearerr __P((SM_FILE_T *));
268int sm_io_close __P((SM_FILE_T *, int SM_NONVOLATILE));
269SM_FILE_T *sm_io_dup __P((SM_FILE_T *));
270int sm_io_eof __P((SM_FILE_T *));
271int sm_io_error __P((SM_FILE_T *));
15 */
16
17/*-
18 * @(#)stdio.h 5.17 (Berkeley) 6/3/91
19 */
20
21#ifndef SM_IO_H
22#define SM_IO_H

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

264__BEGIN_DECLS
265SM_FILE_T *sm_io_autoflush __P((SM_FILE_T *, SM_FILE_T *));
266void sm_io_automode __P((SM_FILE_T *, SM_FILE_T *));
267void sm_io_clearerr __P((SM_FILE_T *));
268int sm_io_close __P((SM_FILE_T *, int SM_NONVOLATILE));
269SM_FILE_T *sm_io_dup __P((SM_FILE_T *));
270int sm_io_eof __P((SM_FILE_T *));
271int sm_io_error __P((SM_FILE_T *));
272char *sm_io_fgets __P((SM_FILE_T *, int, char *, int));
272int sm_io_fgets __P((SM_FILE_T *, int, char *, int));
273int sm_io_flush __P((SM_FILE_T *, int SM_NONVOLATILE));
274
275int PRINTFLIKE(3, 4)
276sm_io_fprintf __P((SM_FILE_T *, int, const char *, ...));
277
278int sm_io_fputs __P((SM_FILE_T *, int, const char *));
279
280int SCANFLIKE(3, 4)

--- 109 unchanged lines hidden ---
273int sm_io_flush __P((SM_FILE_T *, int SM_NONVOLATILE));
274
275int PRINTFLIKE(3, 4)
276sm_io_fprintf __P((SM_FILE_T *, int, const char *, ...));
277
278int sm_io_fputs __P((SM_FILE_T *, int, const char *));
279
280int SCANFLIKE(3, 4)

--- 109 unchanged lines hidden ---