Annotation of OpenXM/src/kan96xx/plugin/oxx.h, Revision 1.1
1.1 ! maekawa 1: struct object KoxCreateClient(struct object ip,struct object portStream,
! 2: struct object portControl);
! 3: struct object KoxCloseClient(struct object client);
! 4: struct object KoxIsThereErrorClient(struct object ob);
! 5: struct object KoxReq(struct object client,struct object func,
! 6: struct object ob1);
! 7: struct object KoxGet(struct object client);
! 8: struct object KoxGetFromControl(struct object client);
! 9: struct object KoxMultiSelect(struct object clients,struct object t);
! 10: struct object KoxWatch(struct object client,struct object f);
! 11: extern int SerialOX;
! 12: struct object KoxGenPortFile(void);
! 13: void KoxRemovePortFile(void);
! 14: struct object KoxGetPort(struct object host);
! 15: struct object KoxCreateClient2(struct object peer,struct object ipmask,struct object pass);
! 16: struct object KoxGenPass(void);
! 17:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>