diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-03 15:26:26 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-03 15:26:26 -0400 |
| commit | f3e3fd0cdba8d2f9f49be279ac3c0ec87a44609b (patch) | |
| tree | a993e1539cf90362141db8a4c43f1f9f3ff7ef42 /docs/application/interface.md | |
| parent | b26ad08b39b8229dcea0bafc4a8ba4b0d7ad7154 (diff) | |
refs with more impl
Diffstat (limited to 'docs/application/interface.md')
| -rw-r--r-- | docs/application/interface.md | 8 |
1 files changed, 0 insertions, 8 deletions
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 @@ -33,14 +33,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; ``` |
