Skip to content

C API 2.0.0

Compare
Choose a tag to compare
@benjeffery benjeffery released this 23 May 12:53
c83e232
  • Major file version bumped because new fields were added to the kastore_t
    struct, leading to potential ABI breakage. No API breakage should occur.

New features

  • Add kastore_openf function to support FILE objects, and remove
    file seeks. This allows reading from pipes/FIFOs, and allows
    multiple stores to read from the same stream. (@grahamgower, #88)