aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.h b/common.h
index b0646e4d..9b88e494 100644
--- a/common.h
+++ b/common.h
@@ -732,6 +732,9 @@ ssize_t read_loop(int fd, void *buff, size_t count);
void debug(int level, const char *msg, ...);
void debug(int level, const wchar_t *msg, ...);
+/** Writes a string to stderr, followed by a newline */
+void print_stderr(const wcstring &str);
+
/**
Replace special characters with backslash escape sequences. Newline is
replaced with \n, etc.