ipv4 and ipv6 configurable

This commit is contained in:
7u83 2022-08-08 23:09:28 +02:00
parent be3adf279d
commit 9452589625
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ struct socklistelem{
extern int socklist_add_multicast(const char * addr, const char * port, int ac_proto);
extern int socklist_add_unicast(const char *addr, const char * port, int ac_proto);
extern int socklist_add_unicast(const char *addr, const char * port, int ac_proto, int ipv4, int ipv6);
extern int socklist_add_broadcast(const char *addr, const char * port,int ac_proto);
extern int socklist_init();
extern void socklist_destroy();