Remove VariantStrongBind and CVarStrongBind
[hiphop-php.git] / hphp / zend / crypt-blowfish.h
blobcfbe4acceece5b56c37fc39c9a812a6cd9607fd9
1 /* $Id$ */
2 /*
3 * Written by Solar Designer <solar at openwall.com> in 2000-2011.
4 * No copyright is claimed, and the software is hereby placed in the public
5 * domain. In case this attempt to disclaim copyright and place the software
6 * in the public domain is deemed null and void, then the software is
7 * Copyright (c) 2000-2011 Solar Designer and it is hereby released to the
8 * general public under the following terms:
10 * Redistribution and use in source and binary forms, with or without
11 * modification, are permitted.
13 * There's ABSOLUTELY NO WARRANTY, express or implied.
15 * See crypt_blowfish.c for more information.
18 #ifndef incl_CRYPT_BLOWFISH_H
19 #define incl_CRYPT_BLOWFISH_H
21 #ifdef __cplusplus
22 extern "C"
23 #endif
24 char *php_crypt_blowfish_rn(const char *key, const char *setting,
25 char *output, int size);
27 #endif // incl_CRYPT_BLOWFISH_H