X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmodechange.h;h=be2afa45c6a18dda0587ab6a20d7448017de87c3;hb=666c0198a7da7d033e11ced241814f17fc82ae29;hp=922f85ab432b3142894697084a2cf0ddf4f87e68;hpb=89f2b4892655a929a506eff123c9126a88e2c8eb;p=gnulib.git diff --git a/lib/modechange.h b/lib/modechange.h index 922f85ab4..be2afa45c 100644 --- a/lib/modechange.h +++ b/lib/modechange.h @@ -1,5 +1,5 @@ /* modechange.h -- definitions for file mode manipulation - Copyright (C) 1989, 1990, 1997 Free Software Foundation, Inc. + Copyright (C) 1989, 1990, 1997, 2003 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 @@ -20,10 +20,6 @@ #if ! defined MODECHANGE_H_ # define MODECHANGE_H_ -# if HAVE_CONFIG_H -# include -# endif - # include /* Affect the execute bits only if at least one execute bit is set already, @@ -55,17 +51,9 @@ struct mode_change # define MODE_MEMORY_EXHAUSTED (struct mode_change *) 1 # define MODE_BAD_REFERENCE (struct mode_change *) 2 -# ifndef PARAMS -# if defined PROTOTYPES || (defined __STDC__ && __STDC__) -# define PARAMS(Args) Args -# else -# define PARAMS(Args) () -# endif -# endif - -struct mode_change *mode_compile PARAMS ((const char *, unsigned)); -struct mode_change *mode_create_from_ref PARAMS ((const char *)); -mode_t mode_adjust PARAMS ((mode_t, const struct mode_change *)); -void mode_free PARAMS ((struct mode_change *)); +struct mode_change *mode_compile (const char *, unsigned); +struct mode_change *mode_create_from_ref (const char *); +mode_t mode_adjust (mode_t, const struct mode_change *); +void mode_free (struct mode_change *); #endif