port-uw.h revision 181111
150769Sdfr/*
250769Sdfr * Copyright (c) 2005 Tim Rice.  All rights reserved.
350769Sdfr *
450769Sdfr * Redistribution and use in source and binary forms, with or without
550769Sdfr * modification, are permitted provided that the following conditions
650769Sdfr * are met:
750769Sdfr * 1. Redistributions of source code must retain the above copyright
850769Sdfr *    notice, this list of conditions and the following disclaimer.
950769Sdfr * 2. Redistributions in binary form must reproduce the above copyright
1050769Sdfr *    notice, this list of conditions and the following disclaimer in the
1150769Sdfr *    documentation and/or other materials provided with the distribution.
1250769Sdfr *
1350769Sdfr * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
1450769Sdfr * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1550769Sdfr * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
1650769Sdfr * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
1750769Sdfr * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
1850769Sdfr * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1950769Sdfr * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2050769Sdfr * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2150769Sdfr * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2250769Sdfr * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2350769Sdfr */
2450769Sdfr
2550769Sdfr#include "includes.h"
2650769Sdfr
2750769Sdfr#ifdef USE_LIBIAF
2850769Sdfrchar * get_iaf_password(struct passwd *pw);
2950769Sdfr#endif
3050769Sdfr
3150769Sdfr