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

Diff for /OpenXM/src/ox_math/Attic/serv2.h between version 1.5 and 1.6

version 1.5, 1999/11/29 12:09:58 version 1.6, 1999/12/14 09:31:56
Line 1 
Line 1 
 /* -*- mode: C; coding: euc-japan -*- */  /* -*- mode: C; coding: euc-japan -*- */
 /* $OpenXM: OpenXM/src/ox_math/serv2.h,v 1.4 1999/11/18 21:56:44 ohara Exp $ */  /* $OpenXM: OpenXM/src/ox_math/serv2.h,v 1.5 1999/11/29 12:09:58 ohara Exp $ */
   
 #ifndef _SERV2_H_  #ifndef _SERV2_H_
 #define _SERV2_H_  #define _SERV2_H_
Line 12 
Line 12 
 #define ERROR_ID_UNKNOWN_SM 10  #define ERROR_ID_UNKNOWN_SM 10
 #define ERROR_ID_FAILURE_MLINK         11  #define ERROR_ID_FAILURE_MLINK         11
   
 int  ml_evaluateStringByLocalParser(char *str);  
 int  ml_init();  
 int  ml_exit();  
 cmo  *ml_get_object();  
 int  ml_executeFunction(char *function, int argc, cmo *argv[]);  
   
 int  initialize_stack();  int  initialize_stack();
 int  push(cmo *m);  int  push(cmo *m);
 cmo  *pop();  cmo  *pop();
 int  sm_popCMO(int fd_write);  int  sm_popCMO(int fd);
 int  sm_popString_old(int fd_write);  int  sm_popString(int fd);
 int  sm_popString(int fd_write);  int  sm_pops(int fd);
 int  sm_pops(int fd_write);  
 int  sm_executeStringByLocalParser();  int  sm_executeStringByLocalParser();
 int  sm_executeFunction(int fd_write);  int  sm_executeFunction(int fd);
   
 int  receive_sm_command(int fd_read);  int  receive_sm_command(int fd);
 int  execute_sm_command(int fd_write, int code);  int  execute_sm_command(int fd, int code);
   
 int shutdown();  int shutdown();
 #endif  #endif

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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