summaryrefslogtreecommitdiff
path: root/boost/python/converter/convertible_function.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/python/converter/convertible_function.hpp')
-rw-r--r--boost/python/converter/convertible_function.hpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/boost/python/converter/convertible_function.hpp b/boost/python/converter/convertible_function.hpp
new file mode 100644
index 0000000000..4b29fbb00b
--- /dev/null
+++ b/boost/python/converter/convertible_function.hpp
@@ -0,0 +1,14 @@
+// Copyright David Abrahams 2002.
+// Distributed under the Boost Software License, Version 1.0. (See
+// accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+#ifndef CONVERTIBLE_FUNCTION_DWA200278_HPP
+# define CONVERTIBLE_FUNCTION_DWA200278_HPP
+
+namespace boost { namespace python { namespace converter {
+
+typedef void* (*convertible_function)(PyObject*);
+
+}}} // namespace boost::python::converter
+
+#endif // CONVERTIBLE_FUNCTION_DWA200278_HPP