[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.9 and 1.10

version 1.9, 2000/11/28 22:11:14 version 1.10, 2003/01/11 11:42:31
Line 1 
Line 1 
 /* -*- mode: C -*- */  /* -*- mode: C -*- */
 /* $OpenXM: OpenXM/src/ox_toolkit/ox_toolkit.h,v 1.8 2000/11/28 04:24:12 ohara Exp $ */  /* $OpenXM: OpenXM/src/ox_toolkit/ox_toolkit.h,v 1.9 2000/11/28 22:11:14 ohara Exp $ */
   
 #ifndef _OX_TOOLKIT_H_  #ifndef _OX_TOOLKIT_H_
   
Line 15 
Line 15 
 #define __inline__  #define __inline__
 #endif  #endif
   
   FILE *ox_stderr;
   
 /* Mathcap Local Database */  /* Mathcap Local Database */
 typedef struct {  typedef struct {
     int tag;      int tag;
Line 252  void oxf_mathcap_update(OXFILE *oxfp, cmo_mathcap *ob)
Line 254  void oxf_mathcap_update(OXFILE *oxfp, cmo_mathcap *ob)
 char *which(char *exe, const char *env);  char *which(char *exe, const char *env);
 char *generate_otp();  char *generate_otp();
   
   int ox_stderr_init(FILE *fp);
 #endif /* _OX_TOOLKIT_H_ */  #endif /* _OX_TOOLKIT_H_ */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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