irs_p.h (7c478bd9) irs_p.h (9525b14b)
1/*
1/*
2 * Copyright (c) 1997-2000 by Sun Microsystems, Inc.
3 * All rights reserved.
4 */
5
6/*
2 * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
7 * Copyright (c) 1996,1999 by Internet Software Consortium.
8 *
9 * Permission to use, copy, modify, and distribute this software for any
10 * purpose with or without fee is hereby granted, provided that the above
11 * copyright notice and this permission notice appear in all copies.
12 *
3 * Copyright (c) 1996,1999 by Internet Software Consortium.
4 *
5 * Permission to use, copy, modify, and distribute this software for any
6 * purpose with or without fee is hereby granted, provided that the above
7 * copyright notice and this permission notice appear in all copies.
8 *
13 * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
14 * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
15 * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
16 * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
17 * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
18 * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
19 * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
20 * SOFTWARE.
9 * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
10 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
12 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
15 * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21 */
22
16 */
17
23#pragma ident "%Z%%M% %I% %E% SMI"
24
25/*
18/*
26 * $Id: irs_p.h,v 1.8 1999/01/08 19:24:42 vixie Exp $
19 * $Id: irs_p.h,v 1.3 2005/04/27 04:56:30 sra Exp $
27 */
28
29#ifndef _IRS_P_H_INCLUDED
30#define _IRS_P_H_INCLUDED
31
32#include <stdio.h>
33
34#include "pathnames.h"

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

49
50extern void map_v4v6_address(const char *src, char *dst);
51extern int make_group_list(struct irs_gr *, const char *,
52 gid_t, gid_t *, int *);
53extern struct irs_ng * irs_nul_ng(struct irs_acc *);
54extern struct servent * irs_lclsv_fnxt(struct lcl_sv *);
55
56#endif
20 */
21
22#ifndef _IRS_P_H_INCLUDED
23#define _IRS_P_H_INCLUDED
24
25#include <stdio.h>
26
27#include "pathnames.h"

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

42
43extern void map_v4v6_address(const char *src, char *dst);
44extern int make_group_list(struct irs_gr *, const char *,
45 gid_t, gid_t *, int *);
46extern struct irs_ng * irs_nul_ng(struct irs_acc *);
47extern struct servent * irs_lclsv_fnxt(struct lcl_sv *);
48
49#endif
50
51/*! \file */