The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#ifndef SHA256CRYPT_H
#define SHA256CRYPT_H

char *cpx_sha256_crypt (const char *key, const char *salt);

#endif /* SHA256CRYPT_H */