mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 09:46:04 -05: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: https://github.com/SerenityOS/serenity/commit/cf41b0ef175 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
Reference in a new issue