summaryrefslogtreecommitdiff
path: root/src/pycryptopp/cipher/aesmodule.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pycryptopp/cipher/aesmodule.hpp')
-rw-r--r--src/pycryptopp/cipher/aesmodule.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/pycryptopp/cipher/aesmodule.hpp b/src/pycryptopp/cipher/aesmodule.hpp
new file mode 100644
index 0000000..d10f44f
--- /dev/null
+++ b/src/pycryptopp/cipher/aesmodule.hpp
@@ -0,0 +1,7 @@
+#ifndef __INCL_AESMODULE_HPP
+#define __INCL_AESMODULE_HPP
+
+extern void
+init_aes(PyObject* module);
+
+#endif /* #ifndef __INCL_AESMODULE_HPP */