| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | < | /* Copyright 1988 Regents of the University of California */ |
| 2 | < | |
| 3 | < | /* SCCSid "$SunId$ LBL" */ |
| 4 | < | |
| 1 | > | /* RCSid $Id$ */ |
| 2 | /* | |
| 3 | * tardev.h - header file for reading and writing Targa format files. | |
| 7 | – | * |
| 8 | – | * 8/25/88 |
| 4 | */ | |
| 5 | + | #include "copyright.h" |
| 6 | + | |
| 7 | /* header structure adapted from tardev.h */ | |
| 8 | struct hdStruct { | |
| 9 | char textSize; /* size of info. line ( < 256) */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |