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

Diff for /src/usr.bin/tic/transform.h between version 1.2 and 1.3

version 1.2, 2001/01/29 01:58:24 version 1.3, 2023/10/17 09:52:10
Line 1 
Line 1 
 /*      $OpenBSD$       */  /*      $OpenBSD$       */
   
   #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_CAPTOINFO "captoinfo"
 #define PROG_INFOTOCAP "infotocap"  #define PROG_INFOTOCAP "infotocap"
   #define PROG_CLEAR     "clear"
 #define PROG_RESET     "reset"  #define PROG_RESET     "reset"
 #define PROG_INIT      "init"  #define PROG_INIT      "init"
   #endif /* __TRANSFORM_H */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3