X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffilemode.h;h=5b19db236b152c8124935c21284cc5cae517ca2c;hb=488cf84c63fbbffa44143d0ebf56e5a6c26d4383;hp=331a5d624f90bd638f2bc3d596dcba31bff7ca0e;hpb=cf34f757956c6325b053033d1e46d837a872a1ce;p=gnulib.git diff --git a/lib/filemode.h b/lib/filemode.h index 331a5d624..5b19db236 100644 --- a/lib/filemode.h +++ b/lib/filemode.h @@ -1 +1,19 @@ -void mode_string (short unsigned int mode, char *str); +#ifndef FILEMODE_H_ + +# if HAVE_CONFIG_H +# include +# endif + +# include + +# ifndef PARAMS +# if defined PROTOTYPES || (defined __STDC__ && __STDC__) +# define PARAMS(Args) Args +# else +# define PARAMS(Args) () +# endif +# endif + +void mode_string PARAMS ((mode_t mode, char *str)); + +#endif