xref: /dflybsd-src/lib/libncurses/tic_next/transform.h (revision fb3c2c0caaaa0e5d800e088b7dd7983e9ab009ec)
1 #ifndef __TRANSFORM_H
2 #define __TRANSFORM_H 1
3 #include <progs.priv.h>
4 extern bool same_program(const char *, const char *);
5 #define PROG_CAPTOINFO "captoinfo"
6 #define PROG_INFOTOCAP "infotocap"
7 #define PROG_RESET     "reset"
8 #define PROG_INIT      "init"
9 #endif /* __TRANSFORM_H */
10