summaryrefslogtreecommitdiffhomepage
path: root/docs/clist_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-05-07 09:44:55 +0200
committerTyge Løvset <[email protected]>2021-05-07 09:44:55 +0200
commit66da5f82347d0022cfbaea405c9db50eac4a84d8 (patch)
treee8fcc8d1ce9c9ffa3a4937e8d7deede037c139a1 /docs/clist_api.md
parent10c06664445843e7b516cdd041220a1f5e916a62 (diff)
downloadSTC-modified-66da5f82347d0022cfbaea405c9db50eac4a84d8.tar.gz
STC-modified-66da5f82347d0022cfbaea405c9db50eac4a84d8.zip
Cleanup, internal renames. API: c_strhash() -> c_string_hash(), added adv() and ind() to cvec and cdeq.
Diffstat (limited to 'docs/clist_api.md')
-rw-r--r--docs/clist_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/clist_api.md b/docs/clist_api.md
index 7807b677..93384a10 100644
--- a/docs/clist_api.md
+++ b/docs/clist_api.md
@@ -38,7 +38,7 @@ The macro `using_clist()` must be instantiated in the global scope. `X` is a typ
will affect the names of all clist types and methods. E.g. declaring `using_clist(i, int);`, `X` should
be replaced by `i` in all of the following documentation. `using_clist_str()` is a shorthand for
```c
-using_clist(str, cstr, cstr_compare_raw, cstr_del, cstr_from, cstr_c_str, const char*)
+using_clist(str, cstr, c_rstr_compare, cstr_del, cstr_from, cstr_toraw, const char*)
```
## Methods