diff options
Diffstat (limited to 'polyp/inet_ntop.h')
-rw-r--r-- | polyp/inet_ntop.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/polyp/inet_ntop.h b/polyp/inet_ntop.h new file mode 100644 index 00000000..11bc6112 --- /dev/null +++ b/polyp/inet_ntop.h @@ -0,0 +1,6 @@ +#ifndef fooinet_ntophfoo +#define fooinet_ntophfoo + +const char *inet_ntop(int af, const void *src, char *dst, socklen_t cnt); + +#endif |