diff options
author | Pierre Ossman <ossman@cendio.se> | 2006-01-09 17:14:30 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2006-01-09 17:14:30 +0000 |
commit | 76bc56cf3b50e5d446046536f22a3dfd372f11c7 (patch) | |
tree | 6609c94351e71bd8a41910e8260b12a395085a81 /polyp/inet_ntop.h | |
parent | d3cb1448b4765705ed14aee5b40b87459a4e302d (diff) |
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
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 |