/* * Copyright (c) 1980 Regents of the University of California. * All rights reserved. * * %sccs.include.redist.c% * * @(#)getpar.h 5.4 (Berkeley) 06/01/90 */ struct cvntab /* used for getcodpar() paramater list */ { char *abrev; char *full; int (*value)(); int value2; }; extern double getfltpar(); extern struct cvntab *getcodpar();