17 lines
676 B
C
17 lines
676 B
C
/****************************************************************
|
|
* *
|
|
* Copyright 2010 Fidelity Information Services, Inc *
|
|
* *
|
|
* This source code contains the intellectual property *
|
|
* of its copyright holder(s), and is made available *
|
|
* under a license. If you do not know the terms of *
|
|
* the license, please stop and do not read further. *
|
|
* *
|
|
****************************************************************/
|
|
|
|
#ifndef TRIGGER_GBL_FILL_XECUTE_BUFFER_H_INCLUDED
|
|
#define TRIGGER_GBL_FILL_XECUTE_BUFFER_H_INCLUDED
|
|
|
|
char *trigger_gbl_fill_xecute_buffer(char *trigvn, int trigvn_len, mval *trig_index, mval *first_rec, int4 *xecute_len);
|
|
#endif
|