Allow to interleave visibility and function modifiers
[hiphop-php.git] / hphp / zend / crypt-blowfish.h
blob94ae61561ac3fb2c4b7349e13fec7bab432c0500
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 char *php_crypt_blowfish_rn(const char *key, const char *setting,
22 char *output, int size);
24 #endif // incl_CRYPT_BLOWFISH_H