globus_connect_gridftp_server  15.92
/build/globus-connect-gridftp-server-15.92/globus_i_gfs_control.h
1 /*
2  * Copyright The University of Chicago
3  *
4  * All Rights Reserved.
5  */
6 
7 #ifndef GLOBUS_I_GFS_CONTROL_H
8 #define GLOBUS_I_GFS_CONTROL_H
9 
10 #include "globus_xio.h"
11 
12 globus_result_t
13 globus_i_gfs_control_start(
14  globus_xio_handle_t handle,
15  globus_xio_system_socket_t system_handle,
16  const char * remote_contact,
17  const char * local_contact,
18  globus_i_gfs_server_close_cb_t close_func,
19  void * user_arg);
20 
21 #endif