From af6c3ca5ce09224495e235b5f13f2829af66e39d Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Fri, 12 Oct 2018 20:27:40 -0400 Subject: add dummy header files for generating cffi function list --- python/dummy/README | 2 ++ python/dummy/stddef.h | 0 python/dummy/stdint.h | 0 3 files changed, 2 insertions(+) create mode 100644 python/dummy/README create mode 100644 python/dummy/stddef.h create mode 100644 python/dummy/stdint.h (limited to 'python/dummy') diff --git a/python/dummy/README b/python/dummy/README new file mode 100644 index 0000000..61039f3 --- /dev/null +++ b/python/dummy/README @@ -0,0 +1,2 @@ +Dummy header files, so that we can generate the function list for cffi from the +olm header files. \ No newline at end of file diff --git a/python/dummy/stddef.h b/python/dummy/stddef.h new file mode 100644 index 0000000..e69de29 diff --git a/python/dummy/stdint.h b/python/dummy/stdint.h new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3