auth-sia.h revision 147002
1121054Semax/*
2121054Semax * Copyright (c) 2002 Chris Adams.  All rights reserved.
3121054Semax *
4121054Semax * Redistribution and use in source and binary forms, with or without
5121054Semax * modification, are permitted provided that the following conditions
6121054Semax * are met:
7121054Semax * 1. Redistributions of source code must retain the above copyright
8121054Semax *    notice, this list of conditions and the following disclaimer.
9121054Semax * 2. Redistributions in binary form must reproduce the above copyright
10121054Semax *    notice, this list of conditions and the following disclaimer in the
11121054Semax *    documentation and/or other materials provided with the distribution.
12121054Semax *
13121054Semax * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
14121054Semax * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
15121054Semax * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
16121054Semax * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
17121054Semax * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
18121054Semax * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
19121054Semax * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
20121054Semax * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21121054Semax * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
22121054Semax * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23121054Semax */
24121054Semax
25121054Semax#include "includes.h"
26121054Semax
27121054Semax#ifdef HAVE_OSF_SIA
28147402Sru
29121054Semaxvoid	session_setup_sia(struct passwd *, char *);
30121054Semax
31121054Semax#endif /* HAVE_OSF_SIA */
32121054Semax