summaryrefslogtreecommitdiffstats
path: root/lib/shadowlog_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/shadowlog_internal.h')
-rw-r--r--lib/shadowlog_internal.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/shadowlog_internal.h b/lib/shadowlog_internal.h
new file mode 100644
index 0000000..72a0e0c
--- /dev/null
+++ b/lib/shadowlog_internal.h
@@ -0,0 +1,7 @@
+#ifndef _SHADOWLOG_INTERNAL_H
+#define _SHADOWLOG_INTERNAL_H
+
+extern const char *shadow_progname; /* Program name showed in error messages */
+extern FILE *shadow_logfd; /* file descripter to which error messages are printed */
+
+#endif /* _SHADOWLOG_INTERNAL_H */