diff options
| author | Tyge Løvset <[email protected]> | 2021-05-10 12:19:16 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-05-10 12:19:16 +0200 |
| commit | aa3851a95e700bb391eec1610d3b99aca97faaa8 (patch) | |
| tree | 297ca98e61686dda0407ec27069af2f78f432760 /docs/cdeq_api.md | |
| parent | 0eb6fb08ab51211aa2ed425c2ebdc1ed6fb2358e (diff) | |
| download | STC-modified-aa3851a95e700bb391eec1610d3b99aca97faaa8.tar.gz STC-modified-aa3851a95e700bb391eec1610d3b99aca97faaa8.zip | |
Some c_rawstr_*() functions were not updated in documentation.
Diffstat (limited to 'docs/cdeq_api.md')
| -rw-r--r-- | docs/cdeq_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cdeq_api.md b/docs/cdeq_api.md index 61b0e164..35fa8cb3 100644 --- a/docs/cdeq_api.md +++ b/docs/cdeq_api.md @@ -23,7 +23,7 @@ be replaced by `i` in all of the following documentation. `using_cdeq_str()` is a shorthand for: ``` -using_cdeq(str, cstr, c_rstr_compare, cstr_del, cstr_from, cstr_toraw, const char*) +using_cdeq(str, cstr, c_rawstr_compare, cstr_del, cstr_from, cstr_toraw, const char*) ``` ## Methods |
