Ticket #46: ciphercomb.hpp

File ciphercomb.hpp, 122 bytes (added by xueyu, at 2010-08-11T14:25:15Z)
Line 
1#ifndef __INCL_CIPHERCOMB_HPP
2#define __INCL_CIPHERCOMB_HPP
3
4extern void init_ciphercomb(PyObject* module);
5
6#endif