diff options
| author | Kacper <kacper@mail.openlinux.dev> | 2025-12-25 19:24:38 +0100 |
|---|---|---|
| committer | Kacper <kacper@mail.openlinux.dev> | 2025-12-25 20:35:03 +0100 |
| commit | a984eb367c032dbe2577f01238c3d1268526be70 (patch) | |
| tree | 437fef40379b2758b129ccea39df3570fa2d145e /include/netdb.h | |
| parent | 8834571b202cf4dc9c649cfb096c213b6ecf1566 (diff) | |
Clang-tidy fixes
Diffstat (limited to 'include/netdb.h')
| -rw-r--r-- | include/netdb.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/netdb.h b/include/netdb.h index 9f7c7195..cbf0cf49 100644 --- a/include/netdb.h +++ b/include/netdb.h @@ -79,11 +79,10 @@ void endprotoent(void); void endservent(void); void freeaddrinfo(struct addrinfo *); const char *gai_strerror(int); -int getaddrinfo(const char *restrict, const char *restrict, - const struct addrinfo *restrict, struct addrinfo **restrict); +int getaddrinfo(const char *restrict, const char *restrict, const struct addrinfo *restrict, + struct addrinfo **restrict); struct hostent *gethostent(void); -int getnameinfo(const struct sockaddr *restrict, socklen_t, char *restrict, - socklen_t, char *restrict, socklen_t, int); +int getnameinfo(const struct sockaddr *restrict, socklen_t, char *restrict, socklen_t, char *restrict, socklen_t, int); struct netent *getnetbyaddr(uint32_t, int); struct netent *getnetbyname(const char *); struct netent *getnetent(void); |
