162587Sitojun/*
278064Sume * Copyright (c) 2002 Chris Adams.  All rights reserved.
362587Sitojun *
454263Sshin * Redistribution and use in source and binary forms, with or without
554263Sshin * modification, are permitted provided that the following conditions
654263Sshin * are met:
754263Sshin * 1. Redistributions of source code must retain the above copyright
854263Sshin *    notice, this list of conditions and the following disclaimer.
954263Sshin * 2. Redistributions in binary form must reproduce the above copyright
1054263Sshin *    notice, this list of conditions and the following disclaimer in the
1154263Sshin *    documentation and/or other materials provided with the distribution.
1254263Sshin *
1354263Sshin * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
1454263Sshin * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1554263Sshin * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
1654263Sshin * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
1754263Sshin * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
1854263Sshin * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1954263Sshin * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2054263Sshin * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2154263Sshin * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2254263Sshin * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2354263Sshin */
2454263Sshin
2554263Sshin#include "includes.h"
2654263Sshin
2754263Sshin#ifdef HAVE_OSF_SIA
2854263Sshin
2954263Sshinvoid	session_setup_sia(struct passwd *, char *);
3054263Sshin
3154263Sshin#endif /* HAVE_OSF_SIA */
3254263Sshin