Blame tools/do_set.h

rpm-build 0a0c83
/*
rpm-build 0a0c83
  File: do_set.h
rpm-build 0a0c83
  (Linux Access Control List Management)
rpm-build 0a0c83
rpm-build 0a0c83
  Copyright (C) 2009 by Andreas Gruenbacher
rpm-build 0a0c83
  <a.gruenbacher@computer.org>
rpm-build 0a0c83
rpm-build 0a0c83
  This program is free software; you can redistribute it and/or
rpm-build 0a0c83
  modify it under the terms of the GNU Lesser General Public
rpm-build 0a0c83
  License as published by the Free Software Foundation; either
rpm-build 0a0c83
  version 2.1 of the License, or (at your option) any later version.
rpm-build 0a0c83
rpm-build 0a0c83
  This program is distributed in the hope that it will be useful,
rpm-build 0a0c83
  but WITHOUT ANY WARRANTY; without even the implied warranty of
rpm-build 0a0c83
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
rpm-build 0a0c83
  Lesser General Public License for more details.
rpm-build 0a0c83
rpm-build 0a0c83
  You should have received a copy of the GNU Lesser General Public
rpm-build 0a0c83
  License along with this library; if not, write to the Free Software
rpm-build 0a0c83
  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
rpm-build 0a0c83
*/
rpm-build 0a0c83
rpm-build 0a0c83
#ifndef __DO_SET_H
rpm-build 0a0c83
#define __DO_SET_H
rpm-build 0a0c83
rpm-build 0a0c83
#include "sequence.h"
rpm-build 0a0c83
rpm-build 0a0c83
struct do_set_args {
rpm-build 0a0c83
	seq_t seq;
rpm-build 0a0c83
	mode_t mode;
rpm-build 0a0c83
};
rpm-build 0a0c83
rpm-build 0a0c83
extern int do_set(const char *path_p, const struct stat *stat_p, int flags,
rpm-build 0a0c83
		  void *arg);
rpm-build 0a0c83
rpm-build 0a0c83
#endif  /* __DO_SET_H */