Skip to content
Snippets Groups Projects
Commit 1ea12e70 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

had to add this since it was missing in the system includes!

parent a0ce95e1
No related branches found
No related tags found
No related merge requests found
#ifndef __INET_NTOA_R_H
#define __INET_NTOA_R_H
/*
* My solaris 5.6 system running gcc 2.8.1 does *not* have this prototype
* in any system include file! Isn't that weird?
*/
char *inet_ntoa_r(const struct in_addr in, char *buffer, int buflen);
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment