10 lines
73 B
C
10 lines
73 B
C
#ifndef _SALT_H
|
|
#define _SALT_H
|
|
|
|
|
|
char *crypt_make_salt(void);
|
|
|
|
|
|
#endif
|
|
|