jdk/src/java.security.jgss/share/native/libj2gss/NativeUtil.h
changeset 33653 c1ee09fe3274
parent 25859 3317bb8137f4
equal deleted inserted replaced
32995:a62c89adce3d 33653:c1ee09fe3274
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2015, 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
    52   extern jobjectArray getJavaOIDArray(JNIEnv *, gss_OID_set);
    52   extern jobjectArray getJavaOIDArray(JNIEnv *, gss_OID_set);
    53 
    53 
    54   extern jstring getMinorMessage(JNIEnv *, jobject, OM_uint32);
    54   extern jstring getMinorMessage(JNIEnv *, jobject, OM_uint32);
    55   extern int sameMech(gss_OID, gss_OID);
    55   extern int sameMech(gss_OID, gss_OID);
    56 
    56 
    57   JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM *, void *);
       
    58   JNIEXPORT void JNICALL JNI_OnUnload(JavaVM *, void *);
       
    59 
       
    60   extern int JGSS_DEBUG;
    57   extern int JGSS_DEBUG;
    61 
    58 
    62   extern jclass CLS_Object;
    59   extern jclass CLS_Object;
    63   extern jclass CLS_GSSNameElement;
    60   extern jclass CLS_GSSNameElement;
    64   extern jclass CLS_GSSCredElement;
    61   extern jclass CLS_GSSCredElement;