=================================================================== RCS file: /home/cvs/OpenXM/src/ox_ntl/oxserv.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- OpenXM/src/ox_ntl/oxserv.h 2004/07/11 00:32:17 1.6 +++ OpenXM/src/ox_ntl/oxserv.h 2008/09/19 10:55:40 1.7 @@ -1,4 +1,4 @@ -/* $OpenXM: OpenXM/src/ox_ntl/oxserv.h,v 1.5 2004/07/05 10:08:35 ohara Exp $ */ +/* $OpenXM: OpenXM/src/ox_ntl/oxserv.h,v 1.6 2004/07/11 00:32:17 iwane Exp $ */ #ifndef __OX_SERVE_H__ #define __OX_SERVE_H__ @@ -49,6 +49,7 @@ int oxserv_set (int mode, void *, void *); #define OXSERV_SET_CONVERT_CMO (0x03) #define OXSERV_SET_DELETE_CMO (0x04) #define OXSERV_SET_GET_CMOTAG (0x05) +#define OXSERV_SET_CONVERT_STR (0x06) #ifdef __cplusplus }