1 parent 37f9761 commit 2ea019fCopy full SHA for 2ea019f
1 file changed
extmod/modussl.c
@@ -195,6 +195,8 @@ const mp_obj_module_t mp_module_ussl = {
195
196
// These functions might be split to stream_posix.c. They are referenced by
197
// axtls os_port.h .
198
+ssize_t mp_stream_posix_write(void *sock_obj, const void *buf, size_t len);
199
+ssize_t mp_stream_posix_read(void *sock_obj, void *buf, size_t len);
200
201
int mp_stream_errno;
202
0 commit comments