mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-22 01:45:21 +01:00
Move source files to /src
This commit is contained in:
parent
4daff1ba79
commit
033ff07abf
2685 changed files with 9 additions and 7 deletions
11
src/dependencies/sha256crypt/sha256crypt.h
Normal file
11
src/dependencies/sha256crypt/sha256crypt.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#ifndef SHA256CRYPT_H
|
||||
#define SHA256CRYPT_H
|
||||
|
||||
extern "C" {
|
||||
|
||||
char *
|
||||
sha256_crypt (const char *key, const char *salt);
|
||||
|
||||
}
|
||||
|
||||
#endif // SHA256CRYPT_H
|
Loading…
Add table
Add a link
Reference in a new issue