diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-11-02 11:28:32 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-11-02 11:29:35 -0400 |
commit | 31e48a44e199e8a29078622253dc1697af982cdd (patch) | |
tree | 957b5858ea82ae964d0ef59c143cc4dcb8d2e37d | |
parent | 913882f8f9716a218e56acd16164cb1c4f1426e6 (diff) | |
download | stasis-31e48a44e199e8a29078622253dc1697af982cdd.tar.gz |
Add missing doc parameter
-rw-r--r-- | src/lib/core/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/core/utils.c b/src/lib/core/utils.c index 11413a0..5f0807c 100644 --- a/src/lib/core/utils.c +++ b/src/lib/core/utils.c @@ -716,6 +716,7 @@ char *collapse_whitespace(char **s) { /** * Replace sensitive text in strings with ***REDACTED*** * @param to_redact a list of tokens to redact + * @param to_redact_size limit to n tokens in list * @param src to read * @param dest to write modified string * @param maxlen maximum length of dest string |