summaryrefslogtreecommitdiffstatshomepage
path: root/unix/qstrdefsport.h
diff options
context:
space:
mode:
authorDave Hylands <dhylands@gmail.com>2016-01-10 21:37:59 -0800
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-01-11 12:08:07 +0200
commit11b97d7ec5f6ae715de1c1a77597413fccd8edab (patch)
tree8ac0e746f91d6b76c257cb6e5d11487c4a41b889 /unix/qstrdefsport.h
parent5b3f0b7f39bd67cc9182993c288f09f67a0890df (diff)
downloadmicropython-11b97d7ec5f6ae715de1c1a77597413fccd8edab.tar.gz
micropython-11b97d7ec5f6ae715de1c1a77597413fccd8edab.zip
unix: Add socket.inet_ntop function
Diffstat (limited to 'unix/qstrdefsport.h')
-rw-r--r--unix/qstrdefsport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/qstrdefsport.h b/unix/qstrdefsport.h
index 167a2be28f..60a39c39f1 100644
--- a/unix/qstrdefsport.h
+++ b/unix/qstrdefsport.h
@@ -88,6 +88,7 @@ Q(socket)
Q(sockaddr)
Q(htons)
Q(inet_pton)
+Q(inet_ntop)
Q(gethostbyname)
Q(getaddrinfo)
Q(usocket)