1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

Add a batch of missing 'static's.

This commit is contained in:
Simon Tatham
2022-09-03 12:02:48 +01:00
parent c12cde1bea
commit 9a84a89c32
16 changed files with 74 additions and 67 deletions

View File

@ -21,7 +21,7 @@ static void fxp_internal_error(const char *msg);
* Client-specific parts of the send- and receive-packet system.
*/
bool sftp_send(struct sftp_packet *pkt)
static bool sftp_send(struct sftp_packet *pkt)
{
bool ret;
sftp_send_prepare(pkt);