version 1.2, 2000/10/10 05:23:20 |
version 1.3, 2000/10/11 08:22:58 |
|
|
/* -*- mode: C -*- */ |
/* -*- mode: C -*- */ |
/* $OpenXM: OpenXM/src/ox_toolkit/ox_toolkit.h,v 1.1 2000/03/10 12:24:39 ohara Exp $ */ |
/* $OpenXM: OpenXM/src/ox_toolkit/ox_toolkit.h,v 1.2 2000/10/10 05:23:20 ohara Exp $ */ |
|
|
#ifndef _OX_TOOLKIT_H_ |
#ifndef _OX_TOOLKIT_H_ |
|
|
Line 28 typedef struct OXFILE{ |
|
Line 28 typedef struct OXFILE{ |
|
int (*receive_int32)(struct OXFILE *oxfp); |
int (*receive_int32)(struct OXFILE *oxfp); |
int serial_number; |
int serial_number; |
struct OXFILE *control; /* pointer to his control server. */ |
struct OXFILE *control; /* pointer to his control server. */ |
|
int error; |
} OXFILE; |
} OXFILE; |
|
|
typedef struct { |
typedef struct { |