blob: ec255c05c4dd5c3a68689bae05a05cc0595bbc6d [file] [log] [blame]
LuK133752a81d52025-07-08 18:07:20 -04001#ifndef __TRANSFORM_H
2#define __TRANSFORM_H 1
3#include <progs.priv.h>
4extern bool same_program(const char *, const char *);
5#define PROG_CAPTOINFO "captoinfo"
6#define PROG_INFOTOCAP "infotocap"
7#define PROG_CLEAR "clear"
8#define PROG_RESET "reset"
9#define PROG_INIT "init"
10#endif /* __TRANSFORM_H */