25 lines
499 B
C
25 lines
499 B
C
/* (c) Ubi R&D 1997*/
|
|
/* See Sebastien DAVID for any comment or question*/
|
|
|
|
#ifndef __IPOFUNCT_H__
|
|
#define __IPOFUNCT_H__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
/* For DLL using these function :*/
|
|
#include "../cpa_expt.h"
|
|
|
|
/****************************************************************************/
|
|
/* ACCESSORS */
|
|
/****************************************************************************/
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}/* extern "C" */
|
|
#endif
|
|
|
|
/* __IPOFUNCT_H__*/
|
|
#endif
|