From 76bc56cf3b50e5d446046536f22a3dfd372f11c7 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Mon, 9 Jan 2006 17:14:30 +0000 Subject: Put inet_ntop() emulation in a seperate file. git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@432 fefdeb5f-60dc-0310-8127-8f9354f1896f --- polyp/inet_ntop.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 polyp/inet_ntop.h (limited to 'polyp/inet_ntop.h') 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 -- cgit