liboiltest.h   liboiltest.h 
skipping to change at line 35 skipping to change at line 35
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
*/ */
#ifndef _LIBOIL_TEST_H_ #ifndef _LIBOIL_TEST_H_
#define _LIBOIL_TEST_H_ #define _LIBOIL_TEST_H_
#include <liboil/liboil.h> #include <liboil/liboil.h>
#include <liboil/liboilprototype.h> #include <liboil/liboilprototype.h>
#include <liboil/liboilprofile.h> #include <liboil/liboilprofile.h>
//typedef struct _OilTest OilTest;
struct _OilTest { struct _OilTest {
OilFunctionClass *klass; OilFunctionClass *klass;
OilFunctionImpl *impl; OilFunctionImpl *impl;
OilPrototype *proto; OilPrototype *proto;
OilParameter params[OIL_ARG_LAST]; OilParameter params[OIL_ARG_LAST];
OilProfile prof; OilProfile prof;
int iterations; int iterations;
int n; int n;
int m; int m;
 End of changes. 1 change blocks. 
1 lines changed or deleted 0 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/