diff options
author | Laurens Van Houtven <_@lvh.cc> | 2014-06-23 16:29:39 +0200 |
---|---|---|
committer | Laurens Van Houtven <_@lvh.cc> | 2014-06-23 16:29:39 +0200 |
commit | 4e74a7f3f0991e271959a8c4aacc394a1e4ca615 (patch) | |
tree | b1a0ec10078fb9e6577bd506f793402e79971fb7 /docs/development/c-bindings.rst | |
parent | 61263f0ba339e07ba2ca69122b867e4362f1f1a8 (diff) | |
download | cryptography-4e74a7f3f0991e271959a8c4aacc394a1e4ca615.tar.gz cryptography-4e74a7f3f0991e271959a8c4aacc394a1e4ca615.tar.bz2 cryptography-4e74a7f3f0991e271959a8c4aacc394a1e4ca615.zip |
typedefs -> type definitions
Diffstat (limited to 'docs/development/c-bindings.rst')
-rw-r--r-- | docs/development/c-bindings.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/c-bindings.rst b/docs/development/c-bindings.rst index a8d71e5c..039c081f 100644 --- a/docs/development/c-bindings.rst +++ b/docs/development/c-bindings.rst @@ -159,7 +159,7 @@ pointer of the appropriate type to be NULL:: name and wrap it in parentheses, and then put ``= NULL`` at the end). Note how types don't need to be conditionally defined, as long as all -the necessarily typedefs are in place. +the necessarily type definitions are in place. Finally, add an entry to ``CONDITIONAL_NAMES`` with all of the things you want to conditionally export:: |