X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fcloseout.h;h=80f24e45f9dacea5f8aa8194d28c62e4ef810c8b;hb=607bcdf5ffd953cb80ba60808242284c14090490;hp=49eeaf6dfef6cc10c94b41ace9ee596b55451629;hpb=23928550db5d400f27fa67de29c738ca324a31ea;p=gnulib.git diff --git a/lib/closeout.h b/lib/closeout.h index 49eeaf6df..80f24e45f 100644 --- a/lib/closeout.h +++ b/lib/closeout.h @@ -1,10 +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