auth-sia.h revision 181110
1191783Srmacklem/*
2191783Srmacklem * Copyright (c) 2002 Chris Adams.  All rights reserved.
3191783Srmacklem *
4191783Srmacklem * Redistribution and use in source and binary forms, with or without
5191783Srmacklem * modification, are permitted provided that the following conditions
6191783Srmacklem * are met:
7191783Srmacklem * 1. Redistributions of source code must retain the above copyright
8191783Srmacklem *    notice, this list of conditions and the following disclaimer.
9191783Srmacklem * 2. Redistributions in binary form must reproduce the above copyright
10191783Srmacklem *    notice, this list of conditions and the following disclaimer in the
11191783Srmacklem *    documentation and/or other materials provided with the distribution.
12191783Srmacklem *
13191783Srmacklem * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
14191783Srmacklem * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
15191783Srmacklem * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
16191783Srmacklem * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
17191783Srmacklem * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
18191783Srmacklem * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
19191783Srmacklem * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
20191783Srmacklem * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21191783Srmacklem * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
22191783Srmacklem * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23191783Srmacklem */
24191783Srmacklem
25191783Srmacklem#include "includes.h"
26191783Srmacklem
27191783Srmacklem#ifdef HAVE_OSF_SIA
28191783Srmacklem
29191783Srmacklemvoid	session_setup_sia(struct passwd *, char *);
30191783Srmacklem
31191783Srmacklem#endif /* HAVE_OSF_SIA */
32191783Srmacklem