mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 16:28:30 +00:00
Perform inconsequential code cleanup
This commit is contained in:
parent
929478c524
commit
decf216655
52 changed files with 326 additions and 442 deletions
|
@ -57,7 +57,7 @@ void endprotoent(void);
|
|||
|
||||
struct hostent *gethostent(void);
|
||||
struct hostent *gethostbyname(const char *);
|
||||
struct hostent *gethostbyaddr(const void *, socklen_t, int);
|
||||
struct hostent *gethostbyaddr(const void *, uint32_t, int);
|
||||
void sethostent(int);
|
||||
void endhostent(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue