mirror of https://github.com/lianthony/NT4.0
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.
33 lines
643 B
33 lines
643 B
/**
|
|
Copyright(c) Maynard Electronics, Inc. 1984-89
|
|
|
|
|
|
Name: get_next.h
|
|
|
|
Date Updated: $./FDT$ $./FTM$
|
|
|
|
Description: header for get next routines to be used entirely by the loops
|
|
|
|
|
|
$Log: N:/LOGFILES/GET_NEXT.H_V $
|
|
*
|
|
* Rev 1.1 24 May 1991 14:58:06 STEVEN
|
|
* fixes for new Getnext
|
|
*
|
|
* Rev 1.0 09 May 1991 13:31:28 HUNTER
|
|
* Initial revision.
|
|
|
|
**/
|
|
/* $end$ */
|
|
|
|
#ifndef _get_next_h_
|
|
#define _get_next_h_
|
|
|
|
/* getnext prototypes */
|
|
INT16 LP_GetNextDLEBlock( LP_ENV_PTR lp_env_ptr, DBLK_PTR *dblk_ptr ) ;
|
|
INT16 LP_GetNextTPEBlock( LP_ENV_PTR lp_env_ptr, DBLK_PTR *dblk_ptr ) ;
|
|
VOID LP_ClearPDL( LP_ENV_PTR lp ) ;
|
|
|
|
#endif
|
|
|
|
|