Skip to content

Export Windows Function Wrappers#958

Merged
padelsbach merged 1 commit intowolfSSL:masterfrom
ejohnstown:sftp-find
Apr 28, 2026
Merged

Export Windows Function Wrappers#958
padelsbach merged 1 commit intowolfSSL:masterfrom
ejohnstown:sftp-find

Conversation

@ejohnstown
Copy link
Copy Markdown
Contributor

Retag the WS_FindFirstFileA() and WS_FindNextFileA() functions as WOLFSSH_API, not just local. They are used in the example SFTP client.

Retag the WS_FindFirstFileA() and WS_FindNextFileA() functions as
WOLFSSH_API, not just local. They are used in the example SFTP client.
Copilot AI review requested due to automatic review settings April 27, 2026 21:13
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the symbol visibility of Windows directory iteration wrappers so they can be linked from external consumers (notably the example SFTP client) when building wolfSSH as a shared library/DLL.

Changes:

  • Change WS_FindFirstFileA() and WS_FindNextFileA() declarations from WOLFSSH_LOCAL to WOLFSSH_API in the public port header.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread wolfssh/port.h
@padelsbach padelsbach merged commit 444aa0f into wolfSSL:master Apr 28, 2026
135 checks passed
@ejohnstown ejohnstown deleted the sftp-find branch April 28, 2026 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants