View | Details | Raw Unified
Collapse All | Expand All

(-) trek/trek.h.orig (+13 lines)
 Lines 35-40    Link Here 
 *	@(#)getpar.h	8.1 (Berkeley) 5/31/93
 *	@(#)getpar.h	8.1 (Berkeley) 5/31/93
 */
 */
#ifndef __GETPAR_H_
#define __GETPAR_H_
typedef void (*cmdfun) __P((int));
typedef void (*cmdfun) __P((int));
struct cvntab		/* used for getcodpar() paramater list */
struct cvntab		/* used for getcodpar() paramater list */
{
{
 Lines 52-54    Link Here 
int testnl __P((void));
int testnl __P((void));
void skiptonl __P((int));
void skiptonl __P((int));
int readdelim __P((int));
int readdelim __P((int));
#endif /*__GETPAR_H_*/
 Lines 35-40    Link Here 
 *	@(#)trek.h	8.1 (Berkeley) 5/31/93
 *	@(#)trek.h	8.1 (Berkeley) 5/31/93
 */
 */
/* For struct cvntab definition, which is now required for 
 * Skitab and Lentab below.  gcc 4.0 and later will emit
 * "array type has incomplete element type" errors otherwise.
 * -- Jason Bucata (jbucata@tulsaconnect.com), 12-AUG-2005
 */
#include "getpar.h"
/*
/*
**  Global Declarations
**  Global Declarations
**
**