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:
@ -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);
|
||||
|
Reference in New Issue
Block a user