src/java.base/unix/native/libnet/DefaultProxySelector.c
changeset 59243 fb1d9bf1be2b
parent 52725 c470f977ade8
equal deleted inserted replaced
59242:6ba3d8d41135 59243:fb1d9bf1be2b
     1 /*
     1 /*
     2  * Copyright (c) 2004, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2004, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    72 typedef void  g_type_init_func ();
    72 typedef void  g_type_init_func ();
    73 gconf_client_get_default_func* my_get_default_func = NULL;
    73 gconf_client_get_default_func* my_get_default_func = NULL;
    74 gconf_client_get_string_func* my_get_string_func = NULL;
    74 gconf_client_get_string_func* my_get_string_func = NULL;
    75 gconf_client_get_int_func* my_get_int_func = NULL;
    75 gconf_client_get_int_func* my_get_int_func = NULL;
    76 gconf_client_get_bool_func* my_get_bool_func = NULL;
    76 gconf_client_get_bool_func* my_get_bool_func = NULL;
    77 gconf_init_func* my_gconf_init_func = NULL;
       
    78 g_type_init_func* my_g_type_init_func = NULL;
    77 g_type_init_func* my_g_type_init_func = NULL;
    79 
    78 
    80 
    79 
    81 /*
    80 /*
    82  * GProxyResolver provides synchronous and asynchronous network
    81  * GProxyResolver provides synchronous and asynchronous network