summaryrefslogtreecommitdiffstats
path: root/local/fileutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'local/fileutils.h')
-rw-r--r--local/fileutils.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/local/fileutils.h b/local/fileutils.h
new file mode 100644
index 0000000..cfab570
--- /dev/null
+++ b/local/fileutils.h
@@ -0,0 +1,7 @@
+#ifndef PROCPS_NG_FILEUTILS
+#define PROCPS_NG_FILEUTILS
+
+int close_stream(FILE * stream);
+void close_stdout(void);
+
+#endif