You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
367 B
18 lines
367 B
/**********
|
|
Copyright 1992 Regents of the University of California. All rights
|
|
reserved.
|
|
Author: 1992 Charles Hough
|
|
**********/
|
|
#ifndef _TXLINIT_H
|
|
#define _TXLINIT_H
|
|
|
|
extern IFparm TXLpTable[ ];
|
|
extern IFparm TXLmPTable[ ];
|
|
extern int TXLmPTSize;
|
|
extern int TXLpTSize;
|
|
extern char *TXLnames[ ];
|
|
extern int TXLiSize;
|
|
extern int TXLmSize;
|
|
extern int TXLnSize;
|
|
|
|
#endif
|