Deleted Added
full compact
extern.h (18471) extern.h (18989)
1/*-
2 * Copyright (c) 1992, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)extern.h 8.2 (Berkeley) 4/4/94
1/*-
2 * Copyright (c) 1992, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)extern.h 8.2 (Berkeley) 4/4/94
34 * $Id$
34 * $Id: extern.h,v 1.4 1996/09/22 21:53:21 wosch Exp $
35 */
36
37void blkfree __P((char **));
38char **copyblk __P((char **));
39void cwd __P((char *));
40void delete __P((char *));
41void dologout __P((int));
42void fatal __P((char *));

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

63void statcmd __P((void));
64void statfilecmd __P((char *));
65void store __P((char *, char *, int));
66void upper __P((char *));
67void user __P((char *));
68void yyerror __P((char *));
69int yyparse __P((void));
70#if defined(SKEY) && defined(_PWD_H_) /* XXX evil */
35 */
36
37void blkfree __P((char **));
38char **copyblk __P((char **));
39void cwd __P((char *));
40void delete __P((char *));
41void dologout __P((int));
42void fatal __P((char *));

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

63void statcmd __P((void));
64void statfilecmd __P((char *));
65void store __P((char *, char *, int));
66void upper __P((char *));
67void user __P((char *));
68void yyerror __P((char *));
69int yyparse __P((void));
70#if defined(SKEY) && defined(_PWD_H_) /* XXX evil */
71char *skey_challenge __P((char *, struct passwd *, int));
71char *skey_challenge __P((char *, struct passwd *, int, int *));
72#endif
72#endif