globus_i_error_gssapi.h

00001 /*
00002  * Copyright 1999-2006 University of Chicago
00003  * 
00004  * Licensed under the Apache License, Version 2.0 (the "License");
00005  * you may not use this file except in compliance with the License.
00006  * You may obtain a copy of the License at
00007  * 
00008  * http://www.apache.org/licenses/LICENSE-2.0
00009  * 
00010  * Unless required by applicable law or agreed to in writing, software
00011  * distributed under the License is distributed on an "AS IS" BASIS,
00012  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00013  * See the License for the specific language governing permissions and
00014  * limitations under the License.
00015  */
00016 
00017 #ifndef GLOBUS_DONT_DOCUMENT_INTERNAL
00018 
00023 #ifndef GLOBUS_I_INCLUDE_GSSAPI_ERROR_H
00024 #define GLOBUS_I_INCLUDE_GSSAPI_ERROR_H
00025 
00026 #include "globus_common.h"
00027 #include "gssapi.h"
00028 #include "globus_error_gssapi.h"
00029 
00030 #ifdef __cplusplus
00031 extern "C" {
00032 #endif
00033 
00047 typedef struct globus_l_gssapi_error_data_s
00048 {
00050     OM_uint32                           major_status;
00052     OM_uint32                           minor_status;
00053     globus_bool_t                       is_globus_gsi;
00054 }
00055 globus_l_gssapi_error_data_t;
00056 
00057 #ifdef __cplusplus
00058 }
00059 #endif
00060 
00061 #endif /* GLOBUS_I_INCLUDE_GSSAPI_ERROR_H */
00062 
00063 #endif /* GLOBUS_DONT_DOCUMENT_INTERNAL */

Generated on 4 Sep 2016 for globus_gssapi_error by  doxygen 1.4.7