globus_ftp_client_debug_plugin.h

Go to the documentation of this file.
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_FTP_CLIENT_DEBUG_PLUGIN_H
00018 #define GLOBUS_FTP_CLIENT_DEBUG_PLUGIN_H
00019 
00046 #include "globus_ftp_client_plugin.h"
00047 
00048 #ifdef __cplusplus
00049 extern "C" {
00050 #endif
00051 
00055 #define GLOBUS_FTP_CLIENT_DEBUG_PLUGIN_MODULE \
00056         (&globus_i_ftp_client_debug_plugin_module)
00057 extern globus_module_descriptor_t globus_i_ftp_client_debug_plugin_module;
00058 
00059 globus_result_t
00060 globus_ftp_client_debug_plugin_init(
00061     globus_ftp_client_plugin_t *                plugin,
00062     FILE *                                      stream,
00063     const char *                                text);
00064 
00065 globus_result_t
00066 globus_ftp_client_debug_plugin_destroy(
00067     globus_ftp_client_plugin_t *                plugin);
00068 
00069 #ifdef __cplusplus
00070 }
00071 #endif
00072 
00073 #endif /* GLOBUS_FTP_CLIENT_DEBUG_PLUGIN_H */

Generated on 17 Mar 2017 for globus_ftp_client by  doxygen 1.4.7