10 lines
96 B
C
10 lines
96 B
C
|
#ifndef _ENCRYPT_H
|
||
|
#define _ENCRYPT_H
|
||
|
|
||
|
|
||
|
char *pw_encrypt(const char *, const char *);
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|