summaryrefslogtreecommitdiffhomepage
path: root/docs/cqueue_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-04-08 14:44:43 +0200
committerTyge Løvset <[email protected]>2021-04-08 14:44:43 +0200
commitbb998d5bf71cd0e23b941150dc78a1504aacff80 (patch)
tree636bade767e2af71051b53cafb8dd73b3db2d9b3 /docs/cqueue_api.md
parentad5474599828ec816274ef923f52397b7e18edfb (diff)
downloadSTC-modified-bb998d5bf71cd0e23b941150dc78a1504aacff80.tar.gz
STC-modified-bb998d5bf71cd0e23b941150dc78a1504aacff80.zip
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
Diffstat (limited to 'docs/cqueue_api.md')
-rw-r--r--docs/cqueue_api.md1
1 files changed, 0 insertions, 1 deletions
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);
```