/* $Id$ Copyright (C) 2004-2009 tooar This file is part of emelFM2. emelFM2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. emelFM2 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with emelFM2; see the file GPL. If not, see http://www.gnu.org/licenses. */ #ifndef __E2_OWNERSHIP_DIALOG_H__ #define __E2_OWNERSHIP_DIALOG_H__ #include "emelfm2.h" // the maximum number of membership groups that a user may see #define REPORTABLE_GROUPS 25 // the lowest alternate UID available to non-root users #define UID_LOWLIMIT 500 DialogButtons e2_ownership_dialog_run (VPATH *localpath, gboolean multi, gboolean permitted, uid_t *owner_ret, gid_t *group_ret, gboolean *recurse_ret, gint *winx_ret, gint *winy_ret); #endif //ndef __E2_OWNERSHIP_DIALOG_H__