mirror of
https://github.com/bstansell/conserver.git
synced 2025-01-11 15:32:57 +00:00
11 lines
239 B
C
11 lines
239 B
C
/*
|
|
* $Id: getpassword.h,v 1.4 2014/04/20 06:45:07 bryan Exp $
|
|
*
|
|
* Copyright conserver.com, 2000
|
|
*
|
|
* Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com)
|
|
*/
|
|
|
|
extern char *GetPassword(char *);
|
|
extern void *ClearPassword(void);
|