common/password.h

/* [<][>][^][v][top]
[bottom][index][help] */

DEFINITIONS

This source file includes following functions.

/* $Id: password.h,v 1.1 2000/02/19 16:21:14 proff Exp $
 * $Copyright$
 */

#ifndef PASSWORD_H
#define PASSWORD_H

#include <pwd.h>
#ifdef HAVE_SHADOW_H
#  include <shadow.h>
#endif
#ifdef HAVE_CRYPT_H
#  include <crypt.h>
#endif

#endif /* PASSWORD_H */

/* [<][>][^][v][top][bottom][index][help] */