mirror of
https://github.com/bstansell/conserver.git
synced 2024-12-24 06:56:41 +00:00
11 lines
260 B
C
11 lines
260 B
C
/*
|
|
* $Id: getpassword.h,v 1.3 2003-09-11 02:10:58-07 bryan Exp $
|
|
*
|
|
* Copyright conserver.com, 2000
|
|
*
|
|
* Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com)
|
|
*/
|
|
|
|
extern char *GetPassword PARAMS((char *));
|
|
extern void *ClearPassword PARAMS((void));
|