summaryrefslogtreecommitdiff
path: root/expect/exp_printify.h
diff options
context:
space:
mode:
Diffstat (limited to 'expect/exp_printify.h')
-rw-r--r--expect/exp_printify.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/expect/exp_printify.h b/expect/exp_printify.h
new file mode 100644
index 00000000000..6eabe87c60c
--- /dev/null
+++ b/expect/exp_printify.h
@@ -0,0 +1,6 @@
+#ifndef __EXP_PRINTIFY_H__
+#define __EXP_PRINTIFY_H__
+
+char *exp_printify();
+
+#endif /* __EXP_PRINTIFY_H__ */