00001 #pragma once
00002 #ifndef GFAL_SRM_REQUEST_H
00003 #define GFAL_SRM_REQUEST_H
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #include <glib.h>
00020 #include "gfal_common_srm.h"
00021
00027 gfal_srm_params_t gfal_srm_params_new(gfal_srm_plugin_t handle, GError ** err );
00028
00029 void gfal_srm_params_free(gfal_srm_params_t params);
00030
00031 char ** gfal_srm_params_get_protocols(gfal_srm_params_t params);
00032
00033 void gfal_srm_params_set_protocols(gfal_srm_params_t params, char** protocols);
00034
00035
00036
00037
00038 #endif