diff options
| author | Tyge Løvset <[email protected]> | 2021-02-20 16:57:09 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-02-20 16:57:09 +0100 |
| commit | 4d9378ef420b4787208a742057a60dcf408ef741 (patch) | |
| tree | bb6b2a425308c5f1ae8bcb330c9e77114c555480 /docs/cdeq_api.md | |
| parent | b24dd76490733666f7f7b3147c5c64a75c973ac6 (diff) | |
| download | STC-modified-4d9378ef420b4787208a742057a60dcf408ef741.tar.gz STC-modified-4d9378ef420b4787208a742057a60dcf408ef741.zip | |
Internal renaming improvements.
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 8061cbdd..ed4730c6 100644 --- a/docs/cdeq_api.md +++ b/docs/cdeq_api.md @@ -22,7 +22,7 @@ be replaced by `my` in all of the following documentation. `using_cdeq_str()` is a shorthand for: ``` -using_cdeq(str, cstr_t, cstr_compare_raw, cstr_del, cstr_from, cstr_to_raw, const char*) +using_cdeq(str, cstr_t, cstr_compare_raw, cstr_del, cstr_from, cstr_c_str, const char*) ``` ## Header file |
