/*
 * Copyright (c) 2003 Regents of The University of Michigan.
 * All Rights Reserved.  See COPYRIGHT.
 */

struct tran 
{
    int			num;
    int			eof;
    int			tac;
    int			remove;
    int			linenum;
    char		*path;
    char		*name;
    char		*line;
    char		tline[ 2 * MAXPATHLEN ];
    char            	prepath[ MAXPATHLEN ];
    char		filepath[ MAXPATHLEN ];
    char		**targv;
    FILE		*fs;
    ACAV		*acav;
    struct node 	*next;
};
int getnextline( struct tran *tran ); 


syntax highlighted by Code2HTML, v. 0.9.1