diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2018-10-12 20:27:40 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2018-10-12 20:27:40 -0400 |
commit | af6c3ca5ce09224495e235b5f13f2829af66e39d (patch) | |
tree | a15130bcf6d63d88d6b8c9bd266750fc949724d3 /python | |
parent | 6c2f136bc997c33979979dc24d310b27a76082d1 (diff) |
add dummy header files for generating cffi function list
Diffstat (limited to 'python')
-rw-r--r-- | python/dummy/README | 2 | ||||
-rw-r--r-- | python/dummy/stddef.h | 0 | ||||
-rw-r--r-- | python/dummy/stdint.h | 0 |
3 files changed, 2 insertions, 0 deletions
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 --- /dev/null +++ b/python/dummy/stddef.h diff --git a/python/dummy/stdint.h b/python/dummy/stdint.h new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/python/dummy/stdint.h |