version.h 269 B

12345678910111213141516
  1. /*
  2. * (c) 2017 Marcos Del Sol Vives
  3. *
  4. * SPDX-License-Identifier: MIT
  5. */
  6. #ifndef HAVE_NFC3D_VERSION_H
  7. #define HAVE_NFC3D_VERSION_H
  8. #include <stdint.h>
  9. const char * nfc3d_version_fork();
  10. uint32_t nfc3d_version_build();
  11. uint32_t nfc3d_version_commit();
  12. #endif