[BACK]Return to transform.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / tic

Annotation of src/usr.bin/tic/transform.h, Revision 1.3

1.3     ! nicm        1: /*     $OpenBSD: transform.h,v 1.2 2001/01/29 01:58:24 niklas Exp $    */
1.2       niklas      2:
1.3     ! nicm        3: #ifndef __TRANSFORM_H
        !             4: #define __TRANSFORM_H 1
        !             5: #include <progs.priv.h>
        !             6: extern bool same_program(const char *, const char *);
1.1       millert     7: #define PROG_CAPTOINFO "captoinfo"
                      8: #define PROG_INFOTOCAP "infotocap"
1.3     ! nicm        9: #define PROG_CLEAR     "clear"
1.1       millert    10: #define PROG_RESET     "reset"
                     11: #define PROG_INIT      "init"
1.3     ! nicm       12: #endif /* __TRANSFORM_H */