From 4b45e105a7dadfb7bea5738334fcaf9fa573fd75 Mon Sep 17 00:00:00 2001 From: Tau Date: Tue, 5 Nov 2019 21:42:38 -0500 Subject: [PATCH] aimeio/aimeio.h: Add API stability warning --- aimeio/aimeio.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aimeio/aimeio.h b/aimeio/aimeio.h index 884d110..1fbf260 100644 --- a/aimeio/aimeio.h +++ b/aimeio/aimeio.h @@ -5,6 +5,9 @@ #include #include +/* THIS API IS UNSTABLE. Please do not build alternative implementations of + this DLL just yet unless you are prepared to deal with API breakages. */ + HRESULT aime_io_init(void); void aime_io_fini(void); HRESULT aime_io_nfc_poll(uint8_t unit_no);