Exemple #1
0
static int skel_open(vfs_handle_struct *handle,  const char *fname, files_struct *fsp, int flags, mode_t mode)
{
	return vfswrap_open(NULL,  fname, flags, mode);
}
static int skel_open(vfs_handle_struct *handle, connection_struct *conn, const char *fname, int flags, mode_t mode)
{
	return vfswrap_open(NULL, conn, fname, flags, mode);
}