jdk/src/share/native/java/net/net_util.h
changeset 13043 10fa4f21ea0f
parent 5506 202f599c92aa
child 13047 67e8a1701e75
--- a/jdk/src/share/native/java/net/net_util.h	Tue May 08 07:34:53 2012 -0700
+++ b/jdk/src/share/native/java/net/net_util.h	Thu May 17 12:21:16 2012 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2008, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -120,6 +120,7 @@
 NET_SockaddrToInetAddress(JNIEnv *env, struct sockaddr *him, int *port);
 
 void initLocalAddrTable ();
+void parseExclusiveBindProperty(JNIEnv *env);
 
 void
 NET_SetTrafficClass(struct sockaddr *him, int trafficClass);