Exemplo n.º 1
0
static char *skel_getwd(vfs_handle_struct *handle,  char *buf)
{
	return vfswrap_getwd(NULL,  buf);
}
Exemplo n.º 2
0
static char *skel_getwd(vfs_handle_struct *handle, connection_struct *conn, char *buf)
{
	return vfswrap_getwd(NULL, conn, buf);
}