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

Diff for /OpenXM/src/ox_math/sm.h between version 1.2 and 1.3

version 1.2, 2000/12/03 22:09:34 version 1.3, 2003/02/12 08:28:41
Line 1 
Line 1 
 /* -*- mode: C; coding: euc-japan -*- */  /* -*- mode: C; coding: euc-japan -*- */
 /* $OpenXM: OpenXM/src/ox_math/sm.h,v 1.1 2000/12/03 21:45:18 ohara Exp $ */  /* $OpenXM: OpenXM/src/ox_math/sm.h,v 1.2 2000/12/03 22:09:34 ohara Exp $ */
   
 #ifndef _SERV2_H_  #ifndef _SERV2_H_
 #define _SERV2_H_  #define _SERV2_H_
Line 13 
Line 13 
 #define ERROR_ID_FAILURE_MLINK         11  #define ERROR_ID_FAILURE_MLINK         11
   
 /* sm.c */  /* sm.c */
   void sm_sigmask();
   void sm_sigunmask();
   void sm_siginit();
   
 void push_error(int errcode, cmo* pushback);  void push_error(int errcode, cmo* pushback);
 int  sm_receive_ox();  int  sm_receive_ox();
 int  oxf_error(OXFILE *oxfp);  int  oxf_error(OXFILE *oxfp);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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