mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
LibC: Add INET_ADDRSTRLEN define
This commit is contained in:
parent
619489da62
commit
cf41b0ef17
Notes:
sideshowbarker
2024-07-19 14:06:45 +09:00
Author: https://github.com/rburchell
Commit: cf41b0ef17
Pull-request: https://github.com/SerenityOS/serenity/pull/45
Reviewed-by: https://github.com/awesomekling
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
|
||||
__BEGIN_DECLS
|
||||
|
||||
#define INET_ADDRSTRLEN 16
|
||||
|
||||
const char* inet_ntop(int af, const void* src, char* dst, socklen_t);
|
||||
int inet_pton(int af, const char* src, void* dst);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue