21#ifndef _CSYNC_VIO_MODULE_H
22#define _CSYNC_VIO_MODULE_H
struct csync_vio_handle_s csync_vio_handle_t
struct csync_vio_method_s csync_vio_method_t
int csync_vio_getfd(csync_vio_handle_t *hnd)
void vio_module_shutdown(csync_vio_method_t *method)
csync_vio_method_t * vio_module_init(const char *method_name, const char *args, csync_auth_callback cb, void *userdata)
int(* csync_auth_callback)(const char *prompt, char *buf, size_t len, int echo, int verify, void *userdata)