Clean up top dir.
[libradsec.git] / lib / rsp_util.h
index d8d002c..cec4673 100644 (file)
@@ -1,3 +1,6 @@
+/* Copyright (c) 2007-2009, UNINETT AS */
+/* See LICENSE for licensing information. */
+
 #include <sys/socket.h>
 #include <netdb.h>
 
@@ -9,6 +12,10 @@
                              sizeof(struct sockaddr_in) :      \
                              sizeof(struct sockaddr_in6))
 
+#if defined (__cplusplus)
+extern "C" {
+#endif
+
 char *stringcopy(const char *s, int len);
 char *addr2string(struct sockaddr *addr);
 struct sockaddr *addr_copy(struct sockaddr *in);
@@ -19,6 +26,9 @@ 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);
 
+#if defined (__cplusplus)
+}
+#endif
 
 /* Local Variables: */
 /* c-file-style: "stroustrup" */