00001 #pragma once
00002 #ifndef GRIDFTP_PLUGIN_MAIN_H
00003 #define GRIDFTP_PLUGIN_MAIN_H
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #include <glib.h>
00022 #include <common/gfal_constants.h>
00023 #include <common/gfal_types.h>
00024
00025 #ifdef __cplusplus
00026 extern "C"
00027 {
00028 #endif
00029
00030
00031 gboolean plugin_url_check2(plugin_handle handle, const char* src, const char* dst, gfal_url2_check type );
00032
00033 int plugin_url_check_with_gerror(plugin_handle handle, const char* src, plugin_mode check, GError ** err);
00034
00035 int plugin_url_check(plugin_handle, const char* src, plugin_mode check);
00036
00037
00038 #ifdef __cplusplus
00039 }
00040 #endif
00041
00042 #endif