* modules/extensions (License): Change to LGPL.
[gnulib.git] / lib / closeout.h
index 0a29330..1b715ee 100644 (file)
@@ -1,6 +1,6 @@
 /* Close standard output.
 
-   Copyright (C) 1998, 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2000, 2003, 2004 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
 #ifndef CLOSEOUT_H
 # define CLOSEOUT_H 1
 
-void close_stdout_set_status (int status);
+# ifdef __cplusplus
+extern "C" {
+# endif
+
 void close_stdout_set_file_name (const char *file);
 void close_stdout (void);
-void close_stdout_status (int status);
+
+# ifdef __cplusplus
+}
+# endif
 
 #endif