kdc: KDC plugin API contract notes
commit7cc4b7a9e624f5eecfbb38607d4cc0870a895671
authorLuke Howard <lukeh@padl.com>
Wed, 5 Jan 2022 02:08:11 +0000 (5 13:08 +1100)
committerLuke Howard <lukeh@padl.com>
Wed, 5 Jan 2022 02:08:11 +0000 (5 13:08 +1100)
tree5e0363e805e896aa5068b28b19e2b81f9b0e2926
parent78ad37ee4703170d7d9f6f4d64bee02a2999313c
kdc: KDC plugin API contract notes

Add some notes about the KDC plugin API contract, and require plugins to
explicitly indicate which version of the API they support (remove the macro
alias for the current version).
kdc/kdc-plugin.c
kdc/kdc-plugin.h
tests/plugin/kdc_test_plugin.c