[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.46 and 1.47

version 1.46, 2020/11/01 10:28:22 version 1.47, 2022/03/28 09:11:19
Line 1 
Line 1 
 /* -*- mode: C -*- */  /* -*- mode: C -*- */
 /* $OpenXM: OpenXM/src/ox_toolkit/ox_toolkit.h,v 1.45 2018/04/05 05:31:51 ohara Exp $ */  /* $OpenXM: OpenXM/src/ox_toolkit/ox_toolkit.h,v 1.46 2020/11/01 10:28:22 noro Exp $ */
   
 #ifndef _OX_TOOLKIT_H_  #ifndef _OX_TOOLKIT_H_
 #define _OX_TOOLKIT_H_  #define _OX_TOOLKIT_H_
Line 348  void oxf_determine_byteorder_server(OXFILE *oxfp);
Line 348  void oxf_determine_byteorder_server(OXFILE *oxfp);
 OXFILE *oxf_execute_cmd(OXFILE *oxfp, char *cmd);  OXFILE *oxf_execute_cmd(OXFILE *oxfp, char *cmd);
 cmo_mathcap *oxf_cmo_mathcap(OXFILE *oxfp);  cmo_mathcap *oxf_cmo_mathcap(OXFILE *oxfp);
 void oxf_mathcap_update(OXFILE *oxfp, cmo_mathcap *ob);  void oxf_mathcap_update(OXFILE *oxfp, cmo_mathcap *ob);
   int oxf_setbuffer(OXFILE *oxfp, char *buf, int size);
   
 /* example: which("xterm", getenv("PATH")); */  /* example: which("xterm", getenv("PATH")); */
 char *which(char *exe, const char *env);  char *which(char *exe, const char *env);

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

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