diff options
Diffstat (limited to 'python/dummy')
-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 |