1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 09:12:24 +00:00
putty-source/utils
Simon Tatham 30148eee6a marshal.[ch]: remove redundant declaration.
Spotted this in passing while I was adding new functions in the same
area. That 'struct strbuf;' must have been there since before I
introduced defs.h to predeclare all the structure tag names and their
typedefs. But marshal.h includes defs.h itself, so it has no reason to
worry about the possibility that the typedef 'strbuf' might not
already exist.
2021-11-19 15:09:17 +00:00
..
antispoof.c Marshalling macros put_dataz and put_datalit. 2021-11-19 15:09:17 +00:00
base64_decode_atom.c
base64_encode_atom.c
bufchain.c Add some more bufchain_try_* functions. 2021-11-19 10:35:38 +00:00
buildinfo.c Generalise strbuf_catf() into put_fmt(). 2021-11-19 11:32:47 +00:00
burnstr.c
chomp.c
CMakeLists.txt Add 'description' methods for Backend and Plug. 2021-10-24 10:48:25 +01:00
conf_dest.c
conf_launchable.c
conf.c
ctrlparse.c
debug.c
default_description.c Add 'description' methods for Backend and Plug. 2021-10-24 10:48:25 +01:00
dup_mb_to_wc.c win_set_[icon_]title: send a codepage along with the string. 2021-10-16 14:00:46 +01:00
dupcat.c
dupprintf.c
dupstr.c
encode_utf8.c
encode_wide_string_as_utf8.c win_set_[icon_]title: send a codepage along with the string. 2021-10-16 14:00:46 +01:00
fgetline.c
host_strchr_internal.c Build various unit-test main() programs in utils. 2021-04-18 08:30:44 +01:00
host_strchr.c
host_strcspn.c
host_strduptrim.c
host_strrchr.c
ltime.c
marshal.c marshal.[ch]: remove redundant declaration. 2021-11-19 15:09:17 +00:00
memory.c
memxor.c
miscucs.c
null_lp.c
nullseat.c New Seat query, has_mixed_input_stream(). 2021-11-06 14:48:26 +00:00
nullstrcmp.c
out_of_memory.c
parse_blocksize.c
prompts.c Marshalling macros put_dataz and put_datalit. 2021-11-19 15:09:17 +00:00
ptrlen.c
read_file_into.c
seat_connection_fatal.c
sessprep.c
sk_free_peer_info.c
smemclr.c Fix typo in comment. 2021-04-19 17:14:01 +01:00
smemeq.c
ssh2_pick_fingerprint.c
sshutils.c Move the SSH implementation into its own subdirectory. 2021-04-22 18:09:13 +01:00
strbuf.c Generalise strbuf_catf() into put_fmt(). 2021-11-19 11:32:47 +00:00
string_length_for_printf.c
stripctrl.c
tempseat.c Fix obvious braino in tempseat_output. 2021-11-07 06:37:30 +00:00
tree234.c Build various unit-test main() programs in utils. 2021-04-18 08:30:44 +01:00
utils.h
validate_manual_hostkey.c Fix manual host key validation. 2021-10-25 18:12:21 +01:00
version.c
wcwidth.c wcwidth.c: update to Unicode 14.0.0. 2021-10-10 14:55:15 +01:00
wildcard.c Build various unit-test main() programs in utils. 2021-04-18 08:30:44 +01:00
write_c_string_literal.c
x11_dehexify.c
x11_identify_auth_proto.c
x11_make_greeting.c
x11_parse_ip.c
x11authfile.c
x11authnames.c