From f3e3fd0cdba8d2f9f49be279ac3c0ec87a44609b Mon Sep 17 00:00:00 2001 From: nodist Date: Wed, 3 Jun 2026 15:26:26 -0400 Subject: refs with more impl --- docs/application/interface.md | 8 -------- 1 file changed, 8 deletions(-) (limited to 'docs/application/interface.md') diff --git a/docs/application/interface.md b/docs/application/interface.md index 1493aff..3f270bd 100644 --- a/docs/application/interface.md +++ b/docs/application/interface.md @@ -32,14 +32,6 @@ typedef int32_t kpl_any_print_fn(const kpl_any a, FILE *file, size_t idnt, uint3 typedef void kpl_any_free_fn(kpl_any a); -typedef struct { - kpl_any_hash_fn *hash_fn; - kpl_any_eq_fn *eq_fn; - kpl_any_cmp_fn *cmp_fn; - kpl_any_print_fn *print_fn; - kpl_any_free_fn *free_fn; -} kpl_any_interace; - typedef struct { any value, info; } kpl_result; -- cgit v1.2.3