aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ncurses/transform.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ncurses/transform.h')
-rw-r--r--usr.bin/ncurses/transform.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.bin/ncurses/transform.h b/usr.bin/ncurses/transform.h
new file mode 100644
index 000000000000..ec255c05c4dd
--- /dev/null
+++ b/usr.bin/ncurses/transform.h
@@ -0,0 +1,10 @@
+#ifndef __TRANSFORM_H
+#define __TRANSFORM_H 1
+#include <progs.priv.h>
+extern bool same_program(const char *, const char *);
+#define PROG_CAPTOINFO "captoinfo"
+#define PROG_INFOTOCAP "infotocap"
+#define PROG_CLEAR "clear"
+#define PROG_RESET "reset"
+#define PROG_INIT "init"
+#endif /* __TRANSFORM_H */