121299Sdist /* 2*60857Sbostic * Copyright (c) 1980, 1993 3*60857Sbostic * The Regents of the University of California. All rights reserved. 421299Sdist * 542606Sbostic * %sccs.include.redist.c% 634205Sbostic * 7*60857Sbostic * @(#)getpar.h 8.1 (Berkeley) 05/31/93 821299Sdist */ 911707Smckusick 1011707Smckusick struct cvntab /* used for getcodpar() paramater list */ 1111707Smckusick { 1211707Smckusick char *abrev; 1311707Smckusick char *full; 1411707Smckusick int (*value)(); 1511707Smckusick int value2; 1611707Smckusick }; 1711707Smckusick 1811707Smckusick extern double getfltpar(); 1911707Smckusick extern struct cvntab *getcodpar(); 20