summaryrefslogtreecommitdiff
path: root/include/Output.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Output.h')
-rw-r--r--include/Output.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Output.h b/include/Output.h
index 3d97922..0967182 100644
--- a/include/Output.h
+++ b/include/Output.h
@@ -21,6 +21,9 @@ class Output : public Handle {
String n;
off_t size;
time_t date_modif;
+
+ private:
+ int wrapopen(const String &, int, int);
};
class Stdout_t : public Output {