Пример #1
0
int main(void)
{
    if (vfswrap_lock (0, 1, 2, 3, 4, 5) != 5)
        abort();

    return 0;
}
Пример #2
0
static bool skel_lock(vfs_handle_struct *handle, files_struct *fsp, int op, SMB_OFF_T offset, SMB_OFF_T count, int type)
{
	return vfswrap_lock(NULL, fsp, op, offset, count, type);
}