mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-13 14:40:22 +00:00
12 lines
127 B
C
12 lines
127 B
C
|
/*
|
||
|
* passwdauth.h
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#ifndef _PASSWDAUTH_H_
|
||
|
#define _PASSWDAUTH_H_
|
||
|
|
||
|
extern int PasswdAuth __P((char *, char *));
|
||
|
|
||
|
#endif
|