xref: /openbsd/usr.bin/tic/transform.h (revision c7ef0cfc)
1 /*	$OpenBSD: transform.h,v 1.3 2023/10/17 09:52:10 nicm Exp $	*/
2 
3 #ifndef __TRANSFORM_H
4 #define __TRANSFORM_H 1
5 #include <progs.priv.h>
6 extern bool same_program(const char *, const char *);
7 #define PROG_CAPTOINFO "captoinfo"
8 #define PROG_INFOTOCAP "infotocap"
9 #define PROG_CLEAR     "clear"
10 #define PROG_RESET     "reset"
11 #define PROG_INIT      "init"
12 #endif /* __TRANSFORM_H */
13