projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58daf61
)
(close_stdout_set_status, close_stdout_status): Remove.
author
Jim Meyering
<jim@meyering.net>
Sun, 20 Jul 2003 15:49:08 +0000
(15:49 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 20 Jul 2003 15:49:08 +0000
(15:49 +0000)
lib/closeout.h
patch
|
blob
|
history
diff --git
a/lib/closeout.h
b/lib/closeout.h
index 0a2933005f6f9938ed7065487428d7ce178d6543..d27d7601eb7b19d0c5f765f23b8e918cdcf90e21 100644
(file)
--- a/
lib/closeout.h
+++ b/
lib/closeout.h
@@
-19,9
+19,7
@@
#ifndef CLOSEOUT_H
# define CLOSEOUT_H 1
-void close_stdout_set_status (int status);
void close_stdout_set_file_name (const char *file);
void close_stdout (void);
-void close_stdout_status (int status);
#endif