This file defines all extensions for the current client instance.
Currently, this file is static but will be auto-generated in the future.
kaa_extension.c MUST use this file. That's a requirement, so we can easily replace this file with auto-generated one in the future.
- Warning
- this file is a private part of the kaa_extension.c and must only be used from that file. If you need extension instance, use interface defined in the kaa_extension.h. (That is the reason why the file doesn't have include guard.)