/*
* passwdauth.h
*
*/
#ifndef _PASSWDAUTH_H_
#define _PASSWDAUTH_H_
extern int PasswdAuth(char *, char *);
#endif