summaryrefslogtreecommitdiff
path: root/expect/exp_printify.h
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1999-11-09 01:28:42 +0000
committerJason Molenda <jmolenda@apple.com>1999-11-09 01:28:42 +0000
commit38cff793ca34c134f3aaf46fff9da28aea7ead26 (patch)
tree360ca0b89a925adcc1c5d8753bf9280d07323c27 /expect/exp_printify.h
parent5105cd16e03c05dec76a04163956ed15c89a8aa6 (diff)
downloadgdb-38cff793ca34c134f3aaf46fff9da28aea7ead26.tar.gz
import dejagnu-1999-11-08 snapshot
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__ */