6a6a253885
Added doc dir. and manual as .pdf restored deleted files - yep I screwed the pooch.
10 lines
96 B
C
10 lines
96 B
C
#ifndef _ENCRYPT_H
|
|
#define _ENCRYPT_H
|
|
|
|
|
|
char *pw_encrypt(const char *, const char *);
|
|
|
|
|
|
#endif
|
|
|