Annotation of OpenXM/doc/oxlib/oxasir.h, Revision 1.1
1.1 ! takayama 1: /* $OpenXM$ */
! 2:
! 3: /* These are temporaly at OpenXM/doc/OpenXM-web */
! 4: #include "cmotag.h"
! 5: #include "oxMessageTag.h"
! 6: #include "smCommand.h"
! 7:
! 8: #ifndef _OXASIR_H_
! 9: #define _OXASIR_H_ 1
! 10:
! 11: void asir_ox_push_cmo(void *cmo);
! 12: int asir_ox_pop_cmo(void *cmo, int limit);
! 13: void asir_ox_push_cmd(unsigned int cmd);
! 14: void asir_ox_execute_string(char *s);
! 15: int asir_ox_peek_cmo_size(void);
! 16: void asir_ox_init(int byteorder);
! 17:
! 18: #endif
! 19:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>