summaryrefslogtreecommitdiffstats
path: root/bin/sh/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/output.h')
-rw-r--r--bin/sh/output.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/sh/output.h b/bin/sh/output.h
index e525a62..cc08526 100644
--- a/bin/sh/output.h
+++ b/bin/sh/output.h
@@ -58,8 +58,11 @@ extern struct output *out2;
void open_mem(char *, int, struct output *);
void out1str(const char *);
+void out1qstr(const char *);
void out2str(const char *);
+void out2qstr(const char *);
void outstr(const char *, struct output *);
+void outqstr(const char *, struct output *);
void emptyoutbuf(struct output *);
void flushall(void);
void flushout(struct output *);
OpenPOWER on IntegriCloud