Add top-level config options IPv4Only and IPv6Only.
[radsecproxy.git] / util.h
diff --git a/util.h b/util.h
index 68162a4..c421505 100644 (file)
--- a/util.h
+++ b/util.h
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2006-2008 Stig Venaas <venaas@uninett.no>
+ *
+ * Permission to use, copy, modify, and distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ */
+
 #include <sys/socket.h>
 #include <netdb.h>
 
@@ -19,3 +27,7 @@ void disable_DF_bit(int socket, struct addrinfo *res);
 int bindtoaddr(struct addrinfo *addrinfo, int family, int reuse, int v6only);
 int connecttcp(struct addrinfo *addrinfo, struct addrinfo *src, uint16_t timeout);
 
+
+/* Local Variables: */
+/* c-file-style: "stroustrup" */
+/* End: */