X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fmodechange.h;h=76e0178de2b46269f31a04ce79760cb12de73896;hb=2881adf0537d8691ba819514c7dc396d8b66eb5e;hp=a94b33d4daa63748c918281826a05930c2f09323;hpb=267a39bafd249d7eb9c37df06dc6defcf41cb343;p=gnulib.git diff --git a/lib/modechange.h b/lib/modechange.h index a94b33d4d..76e0178de 100644 --- a/lib/modechange.h +++ b/lib/modechange.h @@ -1,7 +1,7 @@ /* modechange.h -- definitions for file mode manipulation - Copyright (C) 1989, 1990, 1997, 2003, 2004, 2005 Free Software - Foundation, Inc. + Copyright (C) 1989, 1990, 1997, 2003, 2004, 2005, 2006 Free + Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,15 +17,15 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* Masks for the `flags' field in a `struct mode_change'. */ - #if ! defined MODECHANGE_H_ # define MODECHANGE_H_ +# include # include struct mode_change *mode_compile (const char *); struct mode_change *mode_create_from_ref (const char *); -mode_t mode_adjust (mode_t, struct mode_change const *, mode_t); +mode_t mode_adjust (mode_t, bool, mode_t, struct mode_change const *, + mode_t *); #endif