Keeping C API headers and libs in sync

It seems that the downloadable packages for the prebuilt libs do not include the header files.
(for example, LexActivator-Static-Linux.zip)

Is https://github.com/cryptlex/lexactivator-c the only place to get the headers?
How do I ensure the library and headers are in sync?

Ideally either:

  1. the download package contains both libs and headers
  2. the github repo contains sources, so I can build the libs myself

Hi Francis,

We always ensure that the header files on Github are always upto date.

On every new release of LexActivator (which you are notified of), if we add new functions to the LexActivator.dll, you will be required to update your header files.

We also ensure backward compatibility, so latest version version of header files can even be used for first release of LexActivator.

Regards,
Adnan