X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fcloseout.h;h=80f24e45f9dacea5f8aa8194d28c62e4ef810c8b;hb=16a0854acae4ee4124c440b63b795859e33c92c7;hp=62772125ef784912b10a747a6ada502eecb46efb;hpb=8f4b87537aa13a85083d28df8a9bba82be5fc7a3;p=gnulib.git diff --git a/lib/closeout.h b/lib/closeout.h index 62772125e..80f24e45f 100644 --- a/lib/closeout.h +++ b/lib/closeout.h @@ -1,11 +1,17 @@ -#ifndef PARAMS -# if defined PROTOTYPES || (defined __STDC__ && __STDC__) -# define PARAMS(Args) Args -# else -# define PARAMS(Args) () +#ifndef CLOSEOUT_H +# define CLOSEOUT_H 1 + +# ifndef PARAMS +# if defined PROTOTYPES || (defined __STDC__ && __STDC__) +# define PARAMS(Args) Args +# else +# define PARAMS(Args) () +# endif # endif -#endif void close_stdout_set_status PARAMS ((int status)); +void close_stdout_set_file_name PARAMS ((const char *file)); void close_stdout PARAMS ((void)); void close_stdout_status PARAMS ((int status)); + +#endif