mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-12 00:33:53 -05:00
Extra utility function add_to_commasep_pl.
Just like add_to_commasep, but takes a ptrlen.
This commit is contained in:
1
ssh.h
1
ssh.h
@ -1732,6 +1732,7 @@ unsigned alloc_channel_id_general(tree234 *channels, size_t localid_offset);
|
||||
alloc_channel_id_general(tree, offsetof(type, localid)))
|
||||
|
||||
void add_to_commasep(strbuf *buf, const char *data);
|
||||
void add_to_commasep_pl(strbuf *buf, ptrlen data);
|
||||
bool get_commasep_word(ptrlen *list, ptrlen *word);
|
||||
|
||||
SeatPromptResult verify_ssh_host_key(
|
||||
|
Reference in New Issue
Block a user