diff options
Diffstat (limited to 'docs/development/c-bindings.rst')
-rw-r--r-- | docs/development/c-bindings.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/development/c-bindings.rst b/docs/development/c-bindings.rst index 9388958a..43ec4d8d 100644 --- a/docs/development/c-bindings.rst +++ b/docs/development/c-bindings.rst @@ -128,9 +128,7 @@ opaque struct:: ...; } QM_TRANSMOGRIFICATION_CTX; -Confusingly, functions that aren't always available on all supported -versions of the library, should be defined in ``MACROS`` and *not* in -``FUNCTIONS``. Fortunately, you just have to copy the signature:: +For functions just add the signature to ``FUNCTIONS``:: int QM_transmogrify(QM_TRANSMOGRIFICATION_CTX *, int); |