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.
20 lines
380 B
20 lines
380 B
/*[
|
|
* File Name : sasp.h
|
|
*
|
|
* Derived From : Template
|
|
*
|
|
* Author : Mike
|
|
*
|
|
* Creation Date : October 93
|
|
*
|
|
* SCCS Version : @(#)sasp.h 1.2 12/20/93
|
|
*!
|
|
* Purpose
|
|
* This module holds and maintains the SAS function pointers.
|
|
*
|
|
*! (c)Copyright Insignia Solutions Ltd., 1993. All rights reserved.
|
|
]*/
|
|
|
|
extern void SasSetPointers IPT1(struct SasVector *, newPointers);
|
|
|
|
|