X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fnetutils.h;h=63854adc4525c67719e524438752ae82145902c5;hb=ba0970e1c7736ca136e7bf070f6ee1270af891a0;hp=c46916293bb10fd6577bd2a5ad9699beab248017;hpb=1b4a582b04fc39d9d4d930acb4d0803bdedfb32e;p=deb_shairplay.git diff --git a/src/lib/netutils.h b/src/lib/netutils.h index c469162..63854ad 100644 --- a/src/lib/netutils.h +++ b/src/lib/netutils.h @@ -1,3 +1,17 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + */ + #ifndef NETUTILS_H #define NETUTILS_H @@ -6,5 +20,6 @@ void netutils_cleanup(); int netutils_init_socket(unsigned short *port, int use_ipv6, int use_udp); unsigned char *netutils_get_address(void *sockaddr, int *length); +int netutils_parse_address(int family, const char *src, void *dst, int dstlen); #endif