Deleted Added
full compact
extern.h (1590) extern.h (23690)
1/*-
2 * Copyright (c) 1991, 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

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

25 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
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 *
1/*-
2 * Copyright (c) 1991, 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

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

25 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
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.1 (Berkeley) 6/6/93
33 * @(#)extern.h 8.2 (Berkeley) 4/28/95
34 */
35
36extern char tbuf[1024]; /* Temp buffer for anybody. */
37extern int entries; /* Number of people. */
38extern DB *db; /* Database. */
39
40void enter_lastlog __P((PERSON *));
41PERSON *enter_person __P((struct passwd *));
42void enter_where __P((struct utmp *, PERSON *));
34 */
35
36extern char tbuf[1024]; /* Temp buffer for anybody. */
37extern int entries; /* Number of people. */
38extern DB *db; /* Database. */
39
40void enter_lastlog __P((PERSON *));
41PERSON *enter_person __P((struct passwd *));
42void enter_where __P((struct utmp *, PERSON *));
43void err __P((const char *, ...));
44PERSON *find_person __P((char *));
45void lflag_print __P((void));
46int match __P((struct passwd *, char *));
47void netfinger __P((char *));
48PERSON *palloc __P((void));
49char *prphone __P((char *));
50void sflag_print __P((void));
43PERSON *find_person __P((char *));
44void lflag_print __P((void));
45int match __P((struct passwd *, char *));
46void netfinger __P((char *));
47PERSON *palloc __P((void));
48char *prphone __P((char *));
49void sflag_print __P((void));