10 lines
338 B
C
10 lines
338 B
C
#if !defined(__PROT_FUNC_H__)
|
|
#define __PROT_FUNC_H__
|
|
|
|
/* Function prototypes*/
|
|
#define M_DEFINE_FUNCTION(a,b,english,c,dddd,e,f,g) struct tdstNodeInterpret_ *##dddd(HIE_tdxHandleToSuperObject, struct tdstNodeInterpret_ *, struct tdstGetSetParam_ *);
|
|
#include "DefFunc.h"
|
|
#undef M_DEFINE_FUNCTION
|
|
|
|
#endif /* __PROT_FUNC__*/
|