mirror of
https://github.com/curl/curl.git
synced 2026-05-30 03:47:27 +03:00
parent
e9db32a09a
commit
923296dc1c
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ Reset the buffer length, but leave the allocation.
|
|||
|
||||
## tail
|
||||
|
||||
CURLcode Curl_dyn_trail(struct dynbuf *s, size_t length)
|
||||
CURLcode Curl_dyn_tail(struct dynbuf *s, size_t length)
|
||||
|
||||
Keep `length` bytes of the buffer tail (the last `length` bytes of the
|
||||
buffer). The rest of the buffer is dropped. The specified `length` must not be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue