Skip to content

Commit

Permalink
make new internal function use WOLFSSL_LOCAL
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBarthelmeh authored Aug 8, 2023
1 parent 3d6dfb3 commit cc5a037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wolfssh/wolfsftp.h
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ WOLFSSH_LOCAL int wolfSSH_SFTP_RecvSetSTAT(WOLFSSH* ssh, int reqId, byte* data,
word32 maxSz);
WOLFSSH_LOCAL int wolfSSH_SFTP_RecvFSTAT(WOLFSSH* ssh, int reqId, byte* data,
word32 maxSz);
WOLFSSH_API int wolfSSH_SFTP_RecvFSetSTAT(WOLFSSH* ssh, int reqId, byte* data,
WOLFSSH_LOCAL int wolfSSH_SFTP_RecvFSetSTAT(WOLFSSH* ssh, int reqId, byte* data,
word32 maxSz);

#ifndef NO_WOLFSSH_DIR
Expand Down

0 comments on commit cc5a037

Please sign in to comment.