9 lines
71 B
C
9 lines
71 B
C
#ifndef _PWCHECK_H
|
|
#define _PWCHECK_H
|
|
|
|
|
|
int Getpass(char *);
|
|
|
|
#endif
|
|
|