From bb998d5bf71cd0e23b941150dc78a1504aacff80 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Thu, 8 Apr 2021 14:44:43 +0200 Subject: Big change set to simplify the internal templating implementations. Shorter and more readable code. Removed C_X_itval() as they are no longer needed. API is to use *it.ref --- docs/cqueue_api.md | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/cqueue_api.md') diff --git a/docs/cqueue_api.md b/docs/cqueue_api.md index a99f7176..2d9b113c 100644 --- a/docs/cqueue_api.md +++ b/docs/cqueue_api.md @@ -39,7 +39,6 @@ void cqueue_X_pop(cqueue_X* self); cqueue_X_iter_t cqueue_X_begin(const cqueue_X* self); cqueue_X_iter_t cqueue_X_end(const cqueue_X* self); void cqueue_X_next(cqueue_X_iter_t* it); -cqueue_X_value_t* cqueue_X_itval(cqueue_X_iter_t it); cqueue_X_value_t cqueue_X_value_clone(cqueue_X_value_t val); ``` -- cgit v1.2.3