updates.
[silc.git] / lib / silcutil / silcnet.c
index ad563705080917ae9b8ca103346e4fb6df26e2ef..35d6427099c9a0b71c9286c988b33847b8d7cb33 100644 (file)
@@ -43,6 +43,7 @@ int silc_net_get_socket_opt(int sock, int level, int option,
 {
   return getsockopt(sock, level, option, optval, opt_len);
 }
+
 /* Checks whether IP address sent as argument is valid IP address. */
 
 bool silc_net_is_ip(const char *addr)