summaryrefslogtreecommitdiff
path: root/src/bindings/python/PythonSockets.h
diff options
context:
space:
mode:
authorJoseph Henry <[email protected]>2022-01-11 09:48:20 -0800
committerJoseph Henry <[email protected]>2022-01-11 09:48:20 -0800
commit1d67973edbac396efad6751a4ca453b0339757b6 (patch)
tree55d71a0d965022c442f51ceab9680cfcb751b165 /src/bindings/python/PythonSockets.h
parentf809a58105e37fa8c7403b9df8700c1faab41263 (diff)
parent8bd4c3d061397aa0544ea025bd17e6d27cdc8340 (diff)
Merge branch 'feature_sendall' of https://github.com/bostonrwalker/libzt into bostonrwalker-feature_sendall
Diffstat (limited to 'src/bindings/python/PythonSockets.h')
-rw-r--r--src/bindings/python/PythonSockets.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bindings/python/PythonSockets.h b/src/bindings/python/PythonSockets.h
index 3cb24e5..3114d7d 100644
--- a/src/bindings/python/PythonSockets.h
+++ b/src/bindings/python/PythonSockets.h
@@ -29,6 +29,8 @@ PyObject* zts_py_recv(int fd, int len, int flags);
int zts_py_send(int fd, PyObject* buf, int flags);
+int zts_py_sendall(int fd, PyObject* bytes, int flags);
+
int zts_py_close(int fd);
PyObject* zts_py_addr_get_str(uint64_t net_id, int family);