Move source files to /src

This commit is contained in:
Floris Bos 2022-02-14 10:06:21 +01:00
parent 4daff1ba79
commit 033ff07abf
2685 changed files with 9 additions and 7 deletions

View 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