version 1.3, 1999/11/07 12:12:56 |
version 1.4, 1999/11/18 21:56:44 |
|
|
/* -*- mode: C; coding: euc-japan -*- */ |
/* -*- mode: C; coding: euc-japan -*- */ |
/* $OpenXM: OpenXM/src/ox_math/serv2.h,v 1.2 1999/11/02 06:11:58 ohara Exp $ */ |
/* $OpenXM: OpenXM/src/ox_math/serv2.h,v 1.3 1999/11/07 12:12:56 ohara Exp $ */ |
|
|
#ifndef _SERV2_H_ |
#ifndef _SERV2_H_ |
#define _SERV2_H_ |
#define _SERV2_H_ |
Line 24 int sm_executeFunction(int fd_write); |
|
Line 24 int sm_executeFunction(int fd_write); |
|
|
|
int receive_sm_command(int fd_read); |
int receive_sm_command(int fd_read); |
int execute_sm_command(int fd_write, int code); |
int execute_sm_command(int fd_write, int code); |
|
|
|
int shutdown(); |
#endif |
#endif |