diff options
| author | Tyge Løvset <[email protected]> | 2021-04-08 14:44:43 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-04-08 14:44:43 +0200 |
| commit | bb998d5bf71cd0e23b941150dc78a1504aacff80 (patch) | |
| tree | 636bade767e2af71051b53cafb8dd73b3db2d9b3 /docs/cqueue_api.md | |
| parent | ad5474599828ec816274ef923f52397b7e18edfb (diff) | |
| download | STC-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.md | 1 |
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); ``` |
