[BACK]Return to ox_toolkit.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_toolkit

Diff for /OpenXM/src/ox_toolkit/ox_toolkit.h between version 1.27 and 1.28

version 1.27, 2003/11/12 15:20:18 version 1.28, 2005/03/03 04:40:51
Line 1 
Line 1 
 /* -*- mode: C -*- */  /* -*- mode: C -*- */
 /* $OpenXM: OpenXM/src/ox_toolkit/ox_toolkit.h,v 1.26 2003/09/18 12:46:08 ohara Exp $ */  /* $OpenXM: OpenXM/src/ox_toolkit/ox_toolkit.h,v 1.27 2003/11/12 15:20:18 iwane Exp $ */
   
 #ifndef _OX_TOOLKIT_H_  #ifndef _OX_TOOLKIT_H_
   
 #define _OX_TOOLKIT_H_  #define _OX_TOOLKIT_H_
   
 #include <stdio.h>  
 #if defined(WITH_GMP)  
 #include <gmp.h>  
 #else  
 #include "gmp_fake.h"  
 #endif /* WITH_GMP */  
   
 #ifdef __cplusplus  #ifdef __cplusplus
 extern "C" {  extern "C" {
 #endif  #endif
   
   #include <stdio.h>
   #include <gmp.h>
 #include <ox/cmotag.h>  #include <ox/cmotag.h>
 #include <ox/oxMessageTag.h>  #include <ox/oxMessageTag.h>
 #include <ox/smCommand.h>  #include <ox/smCommand.h>
Line 55  typedef struct OXFILE{
Line 50  typedef struct OXFILE{
     char *wbuf;      char *wbuf;
     int wbuf_size;      int wbuf_size;
     int wbuf_count;      int wbuf_count;
       int (*send_double)(struct OXFILE *oxfp, double int64);
       int (*receive_double)(struct OXFILE *oxfp);
 } OXFILE;  } OXFILE;
   
 typedef struct cmo {  typedef struct cmo {

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>