Skip to content

Commit efea2b1

Browse files
authored
Update README.md
1 parent 2cfe220 commit efea2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ C network lib for **Linux** and **Windows**
1919

2020
**send_net**(int socket, char* buf, int size) - **send data to socket**
2121

22-
**resolve_net**(const char* domain, const char* port) - **convert domain to ip**
22+
**resolve_net**(const char* domain, const char* port, char* ipAddrOutput) - **convert domain to ip**
2323

2424
**close_net**(int socket) - **close connection**

0 commit comments

Comments
 (0)